From e9c4c1f13530676f2784e48a048f3c9ad73c32a1 Mon Sep 17 00:00:00 2001 From: Chang Alan Date: Fri, 10 Nov 2017 16:58:40 -0800 Subject: [PATCH] Removed copy from Gruntfile --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c60f78e547..9158fd9de3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -608,7 +608,6 @@ module.exports = function(grunt) { grunt.registerTask( 'release',[ 'lint', - 'copy', 'sass:expanded', 'sass:min', 'postcss:expanded',