complexity icon indicating copy to clipboard operation
complexity copied to clipboard

Implement CSS concatenation and minification

Open audreyfeldroy opened this issue 12 years ago • 1 comments

When a user generates a Complexity site:

  • All files in project/assets/css/ should be concatenated in the order that they appear in HTML
  • All CSS should be minified with @zacharyvoase's cssmin project

Since this code isn't really Complexity-specific, it might as well be a separate Python package.

I've set up https://github.com/audreyr/csscrunch for this, but it isn't implemented yet. If something else comes along that already does this (fingers crossed that it will), then we can just use that instead.

audreyfeldroy avatar Jul 20 '13 12:07 audreyfeldroy

Actually, it might be better to provide a sample Gruntfile.js instead with a cssmin (the JS version) task.

audreyfeldroy avatar Aug 05 '13 20:08 audreyfeldroy