I\'m doing a login page which I want to be as lightweight as possible for the quickest possible loading time. I have a single dependency (a configuration file) and everythin
I think you're looking for grunt-Process HTML and its rather smashing include subtask.
In your index.html file you can include... includes. :)
This will be replaced by the content of my-styles.min.css
If that doesn't work for you, a simple bash script that concats the minified versions could also be run with Grunt-Run.