Class SpincastCssAutoprefixerConfigDefault

java.lang.Object
org.spincast.plugins.cssautoprefixer.config.SpincastCssAutoprefixerConfigDefault
All Implemented Interfaces:
SpincastCssAutoprefixerConfig

public class SpincastCssAutoprefixerConfigDefault extends Object implements SpincastCssAutoprefixerConfig
  • Constructor Details

    • SpincastCssAutoprefixerConfigDefault

      public SpincastCssAutoprefixerConfigDefault()
  • Method Details

    • getPostcssExecutableName

      public String getPostcssExecutableName()
      Description copied from interface: SpincastCssAutoprefixerConfig
      The name or full path to the "postcss" npm artifact executable.

      By default this will be "postcss" except on Windows where it will be "postcss.cmd".

      With those defaults, the "postcss" npm library must have been installed globally!

      Specified by:
      getPostcssExecutableName in interface SpincastCssAutoprefixerConfig