Package Exports
- gulp-fixmyjs
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 (gulp-fixmyjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gulp-fixmyjs
fixmyjs plugin for gulp
Usage
First, install gulp-fixmyjs
as a development dependency:
npm install --save-dev gulp-fixmyjs
Then, add it to your gulpfile.js
:
var fixmyjs = require("gulp-fixmyjs");
gulp.src("./src/*.ext")
.pipe(fixmyjs({
msg: "Hello Gulp!"
}))
.pipe(gulp.dest("./dist"));
API
fixmyjs(options)
options.msg
Type: String
Default: Hello World
The message you wish to attach to file.