From: Eric Morris Date: Tue, 6 May 2014 20:55:40 +0000 (-0700) Subject: Add default Grunt task X-Git-Tag: v2.0.0-rc.1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a843dd929f763a83e63a4e71d1e0977ece2d90f;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add default Grunt task --- diff --git a/Gruntfile.js b/Gruntfile.js index 2b1dd947..f7ab8bb5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -106,5 +106,5 @@ module.exports = function(grunt) { grunt.registerTask('deploy:downloads', ['shell:makeStage', 'assemble:templates', 'shell:zipTemplates', 'shell:zipFramework', 'shell:linkFramework', 'shell:deployDownloads', 'shell:cleanUp']); grunt.registerTask('make:docs', ['shell:makeStage', 'assemble:docsDev', 'shell:testDocs']); grunt.registerTask('deploy:docs', ['shell:makeStage', 'assemble:docsDeploy', 'shell:deployDocs', 'shell:cleanUp']); - //grunt.registerTask('default', ['shell:makeStage', 'assemble', 'shell:deployDocs']); + grunt.registerTask('default', ['make:docs', 'watch']); }; \ No newline at end of file