Sha256: 47133c0f54f3221f3581d63421af588b961ed1db23610a97dd27862a31ba8933

Contents?: true

Size: 191 Bytes

Versions: 8

Compression:

Stored size: 191 Bytes

Contents

gulp            = require 'gulp'
browserifyTask  = require './browserify'

gulp.task 'watchify', (callback) ->
  # Start browserify task with devMode === true
  browserifyTask callback, true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blueberry_rails-0.4.1 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.4.0 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.10 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.9 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.8 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.7 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.6 templates/gulp/tasks/watchify.coffee
blueberry_rails-0.3.5 templates/gulp/tasks/watchify.coffee