From 0e05095c99b4949f79dbd945464f4348a84188d6 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Sat, 18 Jan 2014 01:50:27 +1000 Subject: [PATCH] updated build config for new angular-ui-util bower format --- build.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.js b/build.config.js index 9ee352bd..2d71b252 100644 --- a/build.config.js +++ b/build.config.js @@ -103,7 +103,7 @@ module.exports = { // Don't know what depended on this - disabled because does not exist on disk or in bower //'vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js', // TODO: the following line is dodgy and bloats the app - 'vendor/angular-ui-utils/modules/**/*.js', '!vendor/angular-ui-utils/modules/**/*Spec.js', + 'vendor/angular-ui-utils/*.js', 'vendor/modernizr/modernizr.js', 'vendor/lodash/dist/lodash.js', //'vendor/select2/select2.js',