Skip to content

Commit

Permalink
Update to transpile coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 26, 2015
1 parent c99f7a3 commit cc39970
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ src =
main : 'assets/scss/itch.scss'
files : ['assets/scss/**/**']
js :
main : ['assets/js/src/main.js']
main : [ 'assets/js/src/__init.coffee'
'assets/js/src/main.coffee' ]
vendor : ['assets/js/src/prism.js'
'assets/vendor/fitvids/jquery.fitvids.js']
css :
Expand Down Expand Up @@ -66,7 +67,7 @@ gulp.task 'css', ->
gulp.task 'js', ->
gulp.src src.js.main
.pipe changed dist.js
#.pipe coffee()
.pipe coffee()
.pipe addsrc src.js.vendor
.pipe concat dist.name + '.js'
.pipe uglify mangle: false
Expand Down

0 comments on commit cc39970

Please sign in to comment.