From 403e73b0e7040c1085e5a0c6a09aeec5e40f6786 Mon Sep 17 00:00:00 2001 From: Freddy Limpens Date: Wed, 6 May 2015 17:59:32 +0200 Subject: [PATCH 1/2] added missing dep in bower and added config.js in brunch --- bower.json | 1 + brunch-config.coffee | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bower.json b/bower.json index dfd7d64..cc2219f 100644 --- a/bower.json +++ b/bower.json @@ -27,6 +27,7 @@ "angular-animate": "1.3.13", "angular-cookies": "1.3.13", "jquery-file-upload": "latest", + "angular-file-upload":"1.1.15", "ng-file-upload": "latest", "restangular": "~1.4.0", "angular-unisson-auth": "latest", diff --git a/brunch-config.coffee b/brunch-config.coffee index 47f6c25..e135bdc 100644 --- a/brunch-config.coffee +++ b/brunch-config.coffee @@ -24,6 +24,9 @@ exports.config = 'app/scripts/common/**/*.coffee' 'app/scripts/map/**/*.coffee' ] + 'js/config.js':[ + 'app/scripts/config.js' + ] order: before: [ 'bower_components/jquery/dist/jquery.js' From 8351569c010e9955c5412cdccaa66648a61f6f1a Mon Sep 17 00:00:00 2001 From: Freddy Limpens Date: Wed, 20 May 2015 12:30:47 +0200 Subject: [PATCH 2/2] remove config.js from brunch config file --- brunch-config.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/brunch-config.coffee b/brunch-config.coffee index e135bdc..47f6c25 100644 --- a/brunch-config.coffee +++ b/brunch-config.coffee @@ -24,9 +24,6 @@ exports.config = 'app/scripts/common/**/*.coffee' 'app/scripts/map/**/*.coffee' ] - 'js/config.js':[ - 'app/scripts/config.js' - ] order: before: [ 'bower_components/jquery/dist/jquery.js'