From 6a3e118d1cd01823e49665c373426f668de90387 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 16 Feb 2015 17:52:13 +0900 Subject: [PATCH] Cleanup --- client/bower.json | 1 - gulpfile.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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'});