From ca0818bab1c0d424b86927aa4cc2cdb5ece241ca Mon Sep 17 00:00:00 2001 From: David Miller Date: Thu, 14 Aug 2014 14:52:45 -0400 Subject: [PATCH] comments --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 160a4ff..293a391 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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');