Skip to content

Commit

Permalink
Merge pull request ExactTarget#894 from cormacmccarthy/893---grunt-se…
Browse files Browse the repository at this point in the history
…rve-fast-not-watching

(893---grunt-serve-fast-not-watching) added watch:contrib to servefast t...
  • Loading branch information
interactivellama committed Dec 2, 2014
2 parents 282fbb8 + 169e2f8 commit ab6646e
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 ab6646e

Please sign in to comment.