Browse Source

comments

master
David Miller 12 years ago
parent
commit
ca0818bab1
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -65,7 +65,7 @@ module.exports = function(grunt) { @@ -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-copy');
grunt.loadNpmTasks('grunt-contrib-less');

Loading…
Cancel
Save