Skip to content

Commit

Permalink
Fixed broken bootstrap3 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Jun 29, 2014
1 parent 8ba5ccd commit 6a071a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module.exports = function(grunt) {
],
'dist/less/selectize.bootstrap3.tmp.less': [
'bower_components/bootstrap3/less/variables.less',
'bower_components/bootstrap3/less/mixins.less',
'bower_components/bootstrap3/less/mixins/nav-divider.less',
'dist/less/selectize.bootstrap3.less'
]
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"bootstrap2": "bootstrap#2",
"bootstrap3": "bootstrap#3"
"bootstrap3": "bootstrap#3.2"
}
}

0 comments on commit 6a071a2

Please sign in to comment.