Created
December 4, 2014 17:27
-
-
Save tristanpendergrass/c2e3be1aff0cff88f64e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// gruntfile.js | |
grunt.registerTask('dev', ['watch', 'jshint', 'env:dev', 'express:dev']); | |
grunt.registerTask('default', ['dev']); | |
// terminal when running `grunt dev` | |
Running "watch" task | |
Waiting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment