When you open a page, the .less files are converted to .css files as shown below:
etc/designs/myapp/
css/static.less
etc/designs/myapp/
css/generated/static.css
css/static.less
In this case, make sure you should not check-in/package your generated folder and its subfolders/files. What you want to check-in/package is just your .less files.
If you check-in/package the generated folder, you may run into issues when your less files are updated. This means, when a less file is updated, the generated css file may not update with the latest code all times.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.