Skip to content

Commit

Permalink
Fix templatesjs task.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 29, 2015
1 parent 51a693a commit 8bbd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -58,7 +58,7 @@ gulp.task('uglifyjs', function() {
});

gulp.task('templatesjs', function () {
gulp.src('www/templates/**/*.html')
return gulp.src('www/templates/**/*.html')
.pipe(templateCache({module: 'mopidy-mobile', root: 'templates/'}))
.pipe(uglifyjs('templates.min.js'))
.pipe(gulp.dest(paths.js));
Expand Down

0 comments on commit 8bbd875

Please sign in to comment.