Skip to content

Instantly share code, notes, and snippets.

@quis
Created September 25, 2014 10:15
Show Gist options
  • Save quis/efbac0338930efece675 to your computer and use it in GitHub Desktop.
Save quis/efbac0338930efece675 to your computer and use it in GitHub Desktop.
Prototype Gruntfile snippet
grunt.registerTask('production', [
'copy:govuk_template',
'copy:govuk_frontend_toolkit',
'copy:assets_js',
'copy:toolkit_js',
'bower',
'convert_template',
'copy:govuk_frontend_toolkit',
'replace',
'sass',
'combine'
]);
grunt.registerTask('default', [
'production',
'concurrent:target'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment