Updated grunt build file

Will now work on Electron between files (compiled in loose mode)
This commit is contained in:
hydrabolt
2015-10-25 17:52:29 +00:00
parent 72385494cb
commit f0ae575aa0
15 changed files with 1632 additions and 3025 deletions

View File

@@ -6,6 +6,10 @@ module.exports = function (grunt) {
pkg: grunt.file.readJSON("package.json"),
// define source files and their destinations
babel: {
options: {
loose: "all",
compact: true
},
dist: {
files: [{
expand: true,