Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6
stars
2
forks
source link
Add "build" tasks for static assets #252
Closed
getdave closed 10 years ago
I'd like to automated the process of producing "production-ready" assets via Grunt.
This should be a simple matter of creating a Grunt task which runs
:build
versions of all the relevant tasks (eg: Uglify, Compass, ImageMin...etc).Ideally we'd also add CSSMin Grunt plugin for minification rather than relying on Compass to do this.
We would then have a rule in a pre-launch checklist which ensures that this task has to be run on a prelaunch.