From 6a071a2809802176ebc01703b98109784ec5b931 Mon Sep 17 00:00:00 2001 From: Brian Reavis Date: Sat, 28 Jun 2014 23:40:12 -0600 Subject: [PATCH] Fixed broken bootstrap3 build. --- Gruntfile.js | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 31debaa39..278529ee3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' ] } diff --git a/bower.json b/bower.json index 3128ae03f..cb09bdbc2 100644 --- a/bower.json +++ b/bower.json @@ -35,6 +35,6 @@ }, "devDependencies": { "bootstrap2": "bootstrap#2", - "bootstrap3": "bootstrap#3" + "bootstrap3": "bootstrap#3.2" } }