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/**",
"!tests/**",
"!tools/**",
"!node_modules/**",
"!libs/**",
"!common/libraries/**",
"!vendor/**",
"!tests/_output/**"
],