mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-10 01:51:06 +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'))
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"gulp-util": "~2.2.9",
|
||||
"gulp-stylus": "0.0.9",
|
||||
"gulp-jade": "~0.3.0",
|
||||
"gulp-browserify": "~0.3.2",
|
||||
"gulp-browserify": "~0.2.5",
|
||||
"gulp": "~3.3.2",
|
||||
"node-static": "~0.7.3",
|
||||
"gulp-minify-css": "~0.2.0",
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
$ = require 'jquery'
|
||||
$ = require 'jquery'
|
||||
console.log 'foobar'
|
||||
|
||||
Reference in New Issue
Block a user