Skip to content

Instantly share code, notes, and snippets.

@jlouthan
Last active January 4, 2016 20:29
Show Gist options
  • Save jlouthan/8674676 to your computer and use it in GitHub Desktop.
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.
...
});
// 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