You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading less from 2.7.3 to 3.0.1, --clean-css does not work anymore when less is executed from a sub directory:
srittau@moby:~$ mkdir clean-css-test && cd clean-css-test/
srittau@moby:~/clean-css-test$ npm install less less-plugin-clean-css
[...]
+ [email protected]
+ [email protected]
added 72 packages in 3.38s
srittau@moby:~/clean-css-test$ touch foo.less
srittau@moby:~/clean-css-test$ ./node_modules/less/bin/lessc --clean-css foo.less
srittau@moby:~/clean-css-test$ mkdir subdir && cd subdir
srittau@moby:~/clean-css-test/subdir$ ../node_modules/less/bin/lessc --clean-css foo.less
Unable to load plugin clean-css please make sure that it is installed under or at the same level as less
The text was updated successfully, but these errors were encountered:
`Unable to load plugin clean-css please make sure that it is installed under or at the same level as less
Fatal error: Error running lessc on ...`
Downgraded Less:
less/less-plugin-clean-css#23less/less.js#3181
Since upgrading less from 2.7.3 to 3.0.1,
--clean-css
does not work anymore when less is executed from a sub directory:The text was updated successfully, but these errors were encountered: