- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.12tonode: >=10to keep up with mandatory ecosystem changes
- Updated base files using boundation
- Compiled with CoffeeScript v2
- Updated dependencies
- Fixed issue with not properly handled callback
- Thanks to Ángel González for issue #18 and Sebastian Domagała for pull request #19
- Upgraded Less CSS from v1.6 to v2.6, which keeps the same syntax
- Thanks to RobLoach for the initial work on this with pull request #15
- The plugin options
parseOptionsandcompileOptionsandcompilehave been replaced by a new option calledlessOptions - You can now disable the
referencesOthersoption if it bothers you - Added source maps for development environment
- Thanks to Dimitar Kolev-Dick and Paul Radzkov for issue #10
- Updated to the latest bevry standards and converted from CoffeeScript to ESNext
- Thanks to Sebastian Domagała for his initial effort on this and helping me debug
- We now default
referencesOthersto true if the less file imports other files
- Updated dependencies
- Removed support for
cssminplugin, cssmin plugin now works differently- Thanks to Rob Loach for pull request #7
- Added support for
cssminplugin- Thanks to Rob Loach for pull request #6
- Repackaged
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Better error reporting
- We now parse less files with the
filenameoption set to the file'sfullPath(before we didn't send this at all) - Added
parseOptionsandcompileOptionsto configuration
- Re-added markdown files to npm distribution as they are required for the npm website
- Added
compressoption
- Added support for null extensions
- Fixed filename option when using DocPad v5
- Updated for DocPad v5.0
- Updated for LessCSS v1.3.x