Skip to content

Commit 464f8bb

Browse files
committed
bower issue fix
1 parent cc2e22a commit 464f8bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ module.exports = function (grunt) {
372372

373373
grunt.task.run([
374374
'clean:server',
375-
'wiredep',
376375
'concurrent:server',
377376
'autoprefixer',
378377
'connect:livereload',

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"angular": "1.2.16",
66
"json3": "~3.3.1",
77
"es5-shim": "~3.1.0",
8-
"bootstrap": "~3.1.1",
98
"angular-resource": "1.2.16",
109
"angular-cookies": "1.2.16",
1110
"angular-sanitize": "1.2.16",
@@ -25,5 +24,8 @@
2524
"angular-mocks": "1.2.16",
2625
"angular-scenario": "1.2.16"
2726
},
27+
"resolutions":{
28+
"bootstrap": "~3.1.1"
29+
},
2830
"appPath": "app"
2931
}

0 commit comments

Comments
 (0)