Skip to content

Commit

Permalink
add gulp javascript task to gulp compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Aug 22, 2016
1 parent 949f2cb commit 06cbaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kickoff/tasks/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ const gulp = require('gulp');
/**
* gulp compile
*/
gulp.task('compile', ['css', 'images', 'icons']);
gulp.task('compile', ['css', 'images', 'icons', 'javascript']);

0 comments on commit 06cbaf6

Please sign in to comment.