Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Dec 12, 2017
2 parents 125b1f5 + 1a5945e commit b048183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gulp.task('styles', function(cb) {

gulp.task('scripts', function() {
return gulp
.src(path.join(config.build.source, config.path.scripts, '**', '*.js'))
.src(path.join(config.watch.source, config.path.scripts, '**', '*.js'))
.pipe(jshint())
.pipe(jshint.reporter('default'))
.pipe(uglify())
Expand Down

0 comments on commit b048183

Please sign in to comment.