diff --git a/bower.json b/bower.json index 61071ccb..984feb6b 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,8 @@ "underscore": "~1.8.3", "uri.js": "~1.15.1", "components-font-awesome": "~4.3.0", - "doublescroll": "https://github.com/avianey/jqDoubleScroll.git", + "doublescroll": "avianey/jqDoubleScroll", "spin.js": "~2.3.2" - } + }, + "private": true } diff --git a/gulpfile.js b/gulpfile.js index 64d72d09..6916d423 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,9 +35,9 @@ gulp.task('clean', function() { return del.sync(['out/']); }); -gulp.task('buildDev', ['npm', 'bower', "clean"], function() { +gulp.task('buildDev', ['npm', 'bower', 'clean'], function() { var lib = prepBower(); - + var bowerJs = gulp.src(lib.ext('js').files) .pipe(gulp.dest('out/common/js'));