Releases: baldwin-agency/magento2-module-less-js-compiler
Releases · baldwin-agency/magento2-module-less-js-compiler
1.7.1
1.7.0
New
- New configuration option
throw_on_error
(default: false), see README file - Throw error when less file or generated css file is empty, fixes #8
- Reduced size of archive which gets downloaded by composer, see #12, thanks @piotrkwiecinski!
Bugfixes
- Stop outputting less linting errors on the first line of the generated css, fixes #11, see #13, thanks @piotrkwiecinski!
1.6.0
New
- Added new configurations where you now have the ability in the
app/etc/config.php
orapp/etc/env.php
file to overwrite the default arguments we send to thelessc
andnode
commands, fixes #9
Updated
- Modernised the version of less.js we recommend to install in our README file from v1 to v3
- Improved escaping of arguments