I have a batch file with two lessc commands. The first one execute, the second does not.
lessc --clean-css app.less app.min.css
lessc app.less app.css
How can I make both to run.
Running the batch file on Windows 10 with node.js and less installed.
via Idan Shechter
No comments:
Post a Comment