Modify default grunt task to include copy
This commit is contained in:
parent
db9c96ce91
commit
37086fde19
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ module.exports = function(grunt) {
|
|||
|
||||
grunt.registerTask('dev', ['connect', 'watch', 'sass']);
|
||||
grunt.registerTask('test', ['jshint', 'jscs', 'connect', 'saucelabs-mocha']);
|
||||
grunt.registerTask('default', ['preen', 'concat', 'sass']);
|
||||
grunt.registerTask('default', ['preen', 'concat', 'sass', 'copy']);
|
||||
grunt.registerTask('build', ['compile', 'concat:curve25519', 'concat:libtextsecure']);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue