Skip to content

Commit

Permalink
Only compile the files we need to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Mar 25, 2014
1 parent 5c1bc19 commit d8818f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gulp.task 'compile-src', ->
.pipe gulp.dest 'lib'

gulp.task 'compile-main', ->
gulp.src '*.coffee'
gulp.src 'index.coffee'
.pipe coffee()
.pipe gulp.dest '.'

Expand Down

0 comments on commit d8818f7

Please sign in to comment.