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
Currently all css files used by the project need to be added manually in gruntfile.js to the cssmin.css task configuration in the correct order.
Make that more practical, at least as a config in package.json. Maybe there could be another even more automatic solution (order of css files is important!)
The text was updated successfully, but these errors were encountered:
Might I suggest that you use LESS to compile all .less files (using expand true mapping) into a single main CSS file, then cssmin that single file in the build process.
Currently all css files used by the project need to be added manually in gruntfile.js to the cssmin.css task configuration in the correct order.
Make that more practical, at least as a config in package.json. Maybe there could be another even more automatic solution (order of css files is important!)
The text was updated successfully, but these errors were encountered: