From cbd962b4029118c7aa409213b2d0caeb087af52f Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Sat, 18 Jan 2014 20:43:01 +1000 Subject: [PATCH] fixed util includes --- build.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.js b/build.config.js index 2d71b252..fecd5dff 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/*.js', + 'vendor/angular-ui-utils/ui-utils.js', 'vendor/modernizr/modernizr.js', 'vendor/lodash/dist/lodash.js', //'vendor/select2/select2.js',