Adds support for the LESS CSS pre-processor to DocPad
By default the following configuration is used:
- on the development environment, inline sourcemaps are enabled and compression is disabled
- on any other environment, sourcemaps are disabled and compression is enabled
- when a less document references another document via
@import
, the document has itsreferencesOthers
meta property set totrue
As an example, to inverse these defaults, you would provide in your DocPad Configuration File:
{
plugins:
less:
referencesOthers: false
# http://lesscss.org/#using-less-configuration
lessOptions:
compress: false,
sourceMap:
sourceMapFileInline: true
environments:
development:
plugins:
less:
lessOptions:
compress: true,
sourceMap: false
}
Install this DocPad plugin by entering docpad install less
into your terminal.
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- Benjamin Lupton — view contributions
- Rob Loach — view contributions
- Sebastian Domagała — view contributions
- vsopvsop — view contributions
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
- Copyright © 2016+ Bevry Pty Ltd
and licensed under: