I have a backbone project with several js files and a couple of css files
I\'d like to have them minified to a single js and a single css
So far, I managed t
RequireJS can minify CSS files.
All you need to do is use this option:
optimizeCss: 'default'