Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no hardcoded css file list #6

Closed
marcorinck opened this issue Aug 14, 2013 · 2 comments
Closed

no hardcoded css file list #6

marcorinck opened this issue Aug 14, 2013 · 2 comments

Comments

@marcorinck
Copy link
Owner

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!)

@BarrySkidmore
Copy link

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.

@marcorinck
Copy link
Owner Author

included LESS compiler as suggested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants