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: [{
expand: true,
cwd: "src/",
src: ["**.*"],
src: ["/**/**.*"],
dest: "lib/",
ext: ".js"
}]