Skip to content

Commit

Permalink
Compile all directories under src
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 16, 2015
1 parent 4b1ab4a commit 139d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gulp.task('default', ['watch']);
// gulp build -> compile coffee script
gulp.task('build', ['clean'], function() {
return gulp
.src('src/*.js')
.src('src/**/*.js')
.pipe(sourcemaps.init())
.pipe(babel({
experimental: true,
Expand Down

0 comments on commit 139d588

Please sign in to comment.