How do we concatenate all CSS files and all JavaScript files?

How do we concatenate all CSS files and all JavaScript files? I think I might have probably ruin the default settings.

Hello @ayjaymid

You can compile HTML files too, in your Gemfile symply add gem 'middleman-minify-html'

Here is an example of config.rb for minification.

https://github.com/flexbox/webcitation/blob/master/config.rb

If you want to concatenate all your stylesheets ans JavaScript files feel free to look application.scss & application.js.coffee in this project

Enjoy!