less-compile-roots

Tool for extracting and compiling root Less files

MIT License

Downloads
70
Stars
0
Committers
2

Bot releases are visible (Hide)

less-compile-roots - Update dependencies Latest Release

Published by Amphiluke over 1 year ago

No changes in the package sources but only update versions of dependencies.

less-compile-roots - Make a dual CommonJS/ES module package

Published by Amphiluke over 3 years ago

The package is turned into a dual CommonJS/ES module. Now it can be imported either as a pure ES module (e.g. import {compileRoots} from "less-compile-roots") or as a CommonJS module (e.g. let {compileRoots} = require("less-compile-roots")).

Breaking changes

  • The minimum supported version of the Node.js engine is now 10.0.0.
  • If you’re referring to the main package file directly rather than using a bare specifier, note that the file extension has changed to .cjs.
less-compile-roots - Improving & marking as stable

Published by Amphiluke almost 5 years ago

  • Use Node’s native API for promisifying.
  • Update dependencies.
  • Minor package optimisation.
less-compile-roots - Refactoring

Published by Amphiluke about 5 years ago

Revise async function usage.

less-compile-roots - Internals & API improvements

Published by Amphiluke over 5 years ago

  • Corrected the regex to address the case with Less variables named like @importWhatever.
  • The list of compiled entries now resolves the promise the compileRoots() method returns.
  • Added shortened forms of the --help and --version command line parameters (-h and -v respectively).
less-compile-roots - Update .npmignore

Published by Amphiluke over 5 years ago

Add output of npm pack to .npmignore

less-compile-roots - Remove paths override

Published by Amphiluke over 5 years ago

Remove unnecessary override of the Less paths option.

less-compile-roots - CLI

Published by Amphiluke over 5 years ago

Implement module’s command line interface.

less-compile-roots - Basic API for programmatic usage

Published by Amphiluke over 5 years ago

Implement module’s basic API for programmatic usage