From 71ea69a7052be6f2939bfee0bd7384fd086f4710 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 13 Jan 2016 16:24:38 +0900 Subject: [PATCH] Update path to libraries folder in Gruntfile.js --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index c2a43256a..66be1ac71 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -67,8 +67,7 @@ module.exports = function(grunt) { "!files/**", "!tests/**", "!tools/**", - "!node_modules/**", - "!libs/**", + "!common/libraries/**", "!vendor/**", "!tests/_output/**" ],