Skip to content

Commit

Permalink
Work on supporting DoubleScroll
Browse files Browse the repository at this point in the history
Per #19.
  • Loading branch information
waldoj committed Dec 14, 2015
1 parent 1880398 commit 55b1061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit 55b1061

Please sign in to comment.