Skip to content

Commit

Permalink
updated gulpfile to remove jquery (wasn't actually being used).
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewest committed Jul 1, 2014
1 parent eeba0de commit 355771c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var uglify = require('gulp-uglify');

var paths = {
vendor: ['node_modules/faker/minfaker.js',
'bower_components/jquery/dis/jquery.min.js',
'bower_components/lodash/dist/lodash.min.js'
],
src: 'src/replicator.js'
Expand Down

0 comments on commit 355771c

Please sign in to comment.