diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-29 12:48:21 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-29 12:48:21 +0200 |
commit | 3e7504156ac9e2fbef434e109306699ee87ddc9d (patch) | |
tree | 294cf08681b0ab0f6d7b4ea271a4002b364482ca /grunt.js | |
parent | 08aaa225ce282c6522f446aee98290fff3c87782 (diff) | |
download | jquery-ui-3e7504156ac9e2fbef434e109306699ee87ddc9d.tar.gz jquery-ui-3e7504156ac9e2fbef434e109306699ee87ddc9d.zip |
Build/grunt: Use grunt.loadNpmTasks, now that its actually working
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |