We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2e22a commit 464f8bbCopy full SHA for 464f8bb
Gruntfile.js
@@ -372,7 +372,6 @@ module.exports = function (grunt) {
372
373
grunt.task.run([
374
'clean:server',
375
- 'wiredep',
376
'concurrent:server',
377
'autoprefixer',
378
'connect:livereload',
bower.json
@@ -5,7 +5,6 @@
5
"angular": "1.2.16",
6
"json3": "~3.3.1",
7
"es5-shim": "~3.1.0",
8
- "bootstrap": "~3.1.1",
9
"angular-resource": "1.2.16",
10
"angular-cookies": "1.2.16",
11
"angular-sanitize": "1.2.16",
@@ -25,5 +24,8 @@
25
24
"angular-mocks": "1.2.16",
26
"angular-scenario": "1.2.16"
27
},
+ "resolutions":{
28
+ "bootstrap": "~3.1.1"
29
+ },
30
"appPath": "app"
31
}
0 commit comments