Skip to content

Instantly share code, notes, and snippets.

@ctrl-f5
Created January 19, 2016 14:22
Show Gist options
  • Save ctrl-f5/cb17290274733affc818 to your computer and use it in GitHub Desktop.
Save ctrl-f5/cb17290274733affc818 to your computer and use it in GitHub Desktop.
grunt.registerTask('default', [
'babel',
'compass:libs',
'compass:app',
'concat:libs',
'concat:flatninja',
'concat:dist',
'concat:css'
]);
grunt.registerTask('dev', ['default', 'concurrent:watch']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment