Closed objectkit closed 6 years ago
Did the API change? Otherwise you should be able to update your coffee version and it will work fine
It works fine... my bad! This works:
grinder = require "gulp-coffee"
gulp.task "transpile", ->
gulp.src("./src/main/coffee/**/*.coffee")
.pipe(grinder(coffee: require("coffeescript")))
.pipe(gulp.dest("./dist"))
@objectkit I'll keep this open to update the dep here https://github.com/contra/gulp-coffee/blob/master/package.json#L13
I'll update it to 2.0 and bump this package to 2.0 as well
@contra Great stuff 👍
Published as 3.0
Great to see the recent changes to
includes
... any plans for CoffeeScript 2 support here?