Sha256: 68319d9e48932ed23027b6b712d2184a3c9fead33a79130600ed1b99c483d3f0
Contents?: true
Size: 350 Bytes
Versions: 142
Compression:
Stored size: 350 Bytes
Contents
var notify = require("gulp-notify"); module.exports = function() { var args = Array.prototype.slice.call(arguments); // Send error to notification center with gulp-notify notify.onError({ title: "Compile Error", message: "<%= error.message %>" }).apply(this, args); // Keep gulp from hanging on this task this.emit('end'); };
Version data entries
142 entries across 44 versions & 1 rubygems