Package Exports
- @gulpjs/messages
- @gulpjs/messages/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gulpjs/messages) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@gulpjs/messages
Symbols for all messages within gulp-cli.
Usage
In your .gulp.js
file:
var messages = require('@gulpjs/messages');
module.exports = {
message: function (data) {
if (data.tag === messages.DESCRIPTION) {
return 'Your description override message';
}
}
};
API
This project exposes various symbols assigned to keys to use for matching gulp-cli messages.
License
MIT