diff --git a/client/bower.json b/client/bower.json index 661e900..e25f025 100644 --- a/client/bower.json +++ b/client/bower.json @@ -17,7 +17,6 @@ "handlebars": "~1.3.0", "underscore": "~1.6.0", "tinycolor": "~1.0.0", - "seiyria-bootstrap-slider": "~4.0.1", "snap.svg": "~0.3.0" } } diff --git a/gulpfile.js b/gulpfile.js index abd75d3..7182a14 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,6 +38,7 @@ var path = require('path'); var replace = require('gulp-replace'); var uglify = require('gulp-uglify'); + function getBowerFiles(extension) { var allPaths = mainBowerFiles({paths: 'client'});