From 00a8e5117dd50dbcfedc6004a9cf5859a7af786a Mon Sep 17 00:00:00 2001 From: Daniel Krah Date: Sat, 3 Sep 2016 01:31:26 +0200 Subject: [PATCH] fix es6-shim/es6-shim.map (#62) --- tasks/build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/build.js b/tasks/build.js index 5a8c918..d76ccfc 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -19,7 +19,8 @@ module.exports = function(grunt) { dest: "build/" }, vendorjs: { - src: [ "es6-shim/es6-shim.min.js" ], + src: ["es6-shim/es6-shim.min.js", + "es6-shim/es6-shim.map"], expand: true, cwd: "bower_components/", dest: "build/vendor/"