This commit is contained in:
David Miller 2014-08-14 14:52:45 -04:00
parent ff675acc15
commit ca0818bab1

View File

@ -65,7 +65,7 @@ module.exports = function(grunt) {
} }
}); });
// Load the plugin that provides the "copy" task. // Load the plugins.
grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-less'); grunt.loadNpmTasks('grunt-contrib-less');