From be797b385892c922ef90540e12bdb15fbfb1b27a Mon Sep 17 00:00:00 2001 From: Javier Arce Date: Sun, 17 Jan 2016 22:20:36 +0100 Subject: [PATCH] setup copy pkg --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1c69523..c1a8df0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,6 +7,7 @@ module.exports = function (grunt) { clean: require('./tasks/clean'), sass: require('./tasks/sass'), cssmin: require('./tasks/cssmin'), + copy: require('./tasks/copy'), shell: require('./tasks/shell'), watch: require('./tasks/watch'), 'gh-pages': require('./tasks/gh-pages') @@ -17,6 +18,7 @@ module.exports = function (grunt) { 'sass', 'concat', 'cssmin', + 'copy', 'shell' ];