mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-12 22:03:23 +00:00
fix unexpected string exception in compileCoffee task
This commit is contained in:
@@ -24,7 +24,7 @@ compileCoffee = (debug = false) ->
|
||||
exports: '$'
|
||||
|
||||
bundle = gulp
|
||||
.src('./src/coffee/main.coffee')
|
||||
.src('./src/coffee/main.coffee', read: false)
|
||||
.pipe(browserify(config))
|
||||
.pipe(rename('bundle.js'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user