Fixed grunt builder

This commit is contained in:
hydrabolt
2015-11-12 21:41:40 +00:00
parent 00fd78f949
commit 38b0e2249d

View File

@@ -14,7 +14,7 @@ module.exports = function (grunt) {
files: [{ files: [{
expand: true, expand: true,
cwd: "src/", cwd: "src/",
src: ["**.*"], src: ["/**/**.*"],
dest: "lib/", dest: "lib/",
ext: ".js" ext: ".js"
}] }]