From 536c1736b85dff79423581ae0882501e98da01d0 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Sat, 18 Jan 2014 01:30:59 +1000 Subject: [PATCH] removed angular UI router - breaking travis build --- build.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build.config.js b/build.config.js index 5418d2ca..104af2e0 100644 --- a/build.config.js +++ b/build.config.js @@ -102,7 +102,6 @@ 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', - 'vendor/angular-ui-router/release/angular-ui-router.js', 'vendor/angular-ui-utils/modules/route/route.js', // TODO: the following line is dodgy and bloats the app 'vendor/angular-ui-utils/modules/**/*.js', '!vendor/angular-ui-utils/modules/**/*Spec.js',