Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Last active August 29, 2015 14:04
Show Gist options
  • Save bmarshall511/365a12edc6557293c917 to your computer and use it in GitHub Desktop.
Save bmarshall511/365a12edc6557293c917 to your computer and use it in GitHub Desktop.
How to tell Grunt to load plugins with loadNpmTasks.
// tell Grunt to load a plugin
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment