Last active
January 4, 2016 20:29
-
-
Save jlouthan/8674676 to your computer and use it in GitHub Desktop.
Snippet of a basic Gruntfile generated with Uncorked Studios's grunt-init template after defining the default task.
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
... | |
}); | |
// define the default task that executes when we run 'grunt' from inside the project | |
grunt.registerTask('default', ['jshint', 'concat']); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment