Skip to content

Commit

Permalink
(893---grunt-serve-fast-not-watching) added watch:contrib to servefas…
Browse files Browse the repository at this point in the history
…t to keep it from shutting down immediately
  • Loading branch information
cmcculloh committed Dec 2, 2014
1 parent 891a03f commit 169e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ module.exports = function(grunt) {
SERVE
------------- */
grunt.registerTask('serve', 'serve files without compilation', ['test', 'connect:server', 'watch:contrib']);
grunt.registerTask('servefast', 'serve files without compilation or watch (tests take time...)', ['connect:server']);
grunt.registerTask('servefast', 'serve files without compilation or testing (tests take time...)', ['connect:server', 'watch:contrib']);
grunt.registerTask('servedist', 'build dist directory and serve files with compilation', ['test', 'dist', 'connect:server', 'watch:full']);


Expand Down

0 comments on commit 169e2f8

Please sign in to comment.