Skip to content

Commit

Permalink
Build/grunt: Use grunt.loadNpmTasks, now that its actually working
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 29, 2012
1 parent 08aaa22 commit 3e75041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -23,7 +23,7 @@ function createBanner( files ) {

// a working grunt.loadNpmTasks replacement
// gets us csslint and cssmin tasks
require('grunt-css')(grunt);
grunt.loadNpmTasks('grunt-css');

// allow access from banner template
global.stripDirectory = stripDirectory;
Expand Down

0 comments on commit 3e75041

Please sign in to comment.