Class SpincastCssAutoprefixerConfigDefault
java.lang.Object
org.spincast.plugins.cssautoprefixer.config.SpincastCssAutoprefixerConfigDefault
- All Implemented Interfaces:
SpincastCssAutoprefixerConfig
public class SpincastCssAutoprefixerConfigDefault
extends Object
implements SpincastCssAutoprefixerConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe name or full path to the "postcss" npm artifact executable.
-
Constructor Details
-
SpincastCssAutoprefixerConfigDefault
public SpincastCssAutoprefixerConfigDefault()
-
-
Method Details
-
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 interfaceSpincastCssAutoprefixerConfig
-