From 38b0e2249d135b0eb8fa9e51cf6da0c56d666505 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Thu, 12 Nov 2015 21:41:40 +0000 Subject: [PATCH] Fixed grunt builder --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index eab691c49..ed686b427 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -14,7 +14,7 @@ module.exports = function (grunt) { files: [{ expand: true, cwd: "src/", - src: ["**.*"], + src: ["/**/**.*"], dest: "lib/", ext: ".js" }]