mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 16:44:30 +02:00
gruntfile update
This commit is contained in:
parent
316dd916bd
commit
c3c3a50bdd
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('build',
|
||||
['clean', 'browserify', 'uglify', 'hash', 'buildIndex', 'shell', 'jasmine_node', 'jshint', 'lintStrings', 'compliment']
|
||||
);
|
||||
grunt.registerTask('lint', ['jshint', 'compliment']);
|
||||
grunt.registerTask('fastBuild', ['clean', 'browserify', 'hash', 'buildIndex']);
|
||||
grunt.registerTask('watching', ['fastBuild', 'jasmine_node', 'jshint', 'lintStrings']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue