Sha256: 9b82d61786534b759ca86d01cdf7aa1e41d7dbf9f96aeff55242a443efa94795

Contents?: true

Size: 282 Bytes

Versions: 8

Compression:

Stored size: 282 Bytes

Contents

module.exports = ->
  args = Array::slice.call(arguments)

  # Send error to notification center with gulp-notify
  #notify.onError(
   # title: 'Compile Error'
    #message: '<%= error %>').apply this, args
  console.log args

  # Keep gulp from hanging on this task
  @emit 'end'

Version data entries

8 entries across 8 versions & 1 rubygems

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