Update path to libraries folder in Gruntfile.js

This commit is contained in:
Kijin Sung 2016-01-13 16:24:38 +09:00
parent 971a3bd115
commit 71ea69a705

View file

@ -67,8 +67,7 @@ module.exports = function(grunt) {
"!files/**", "!files/**",
"!tests/**", "!tests/**",
"!tools/**", "!tools/**",
"!node_modules/**", "!common/libraries/**",
"!libs/**",
"!vendor/**", "!vendor/**",
"!tests/_output/**" "!tests/_output/**"
], ],