]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add default Grunt task
authorEric Morris <eric@zurb.com>
Tue, 6 May 2014 20:55:40 +0000 (13:55 -0700)
committerEric Morris <eric@zurb.com>
Tue, 6 May 2014 20:55:40 +0000 (13:55 -0700)
Gruntfile.js

index 2b1dd947cff70ad18c3aa7d2b79179d9172e1a47..f7ab8bb5badf7f14c20c11152d97145dee1fe24e 100644 (file)
@@ -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