gulp-c-preprocessor
v0.0.7
Published
Gulp plugin for using a C like preprocessor with JS.
Maintainers
Readme
Gulp C Preprocessor
Gulp plugin for using a C like preprocessor with JS.
It use C-Preprocessor to compile the files.
Usage
var preprocessor = require('gulp-c-preprocessor');
gulp.task('default', function() {
gulp.src('./src/file.js')
.pipe(preprocessor({ /* options */ })
.pipe(gulp.dest('./dest/'));
});Options
See C-Preprocessor library
to have a look on the options.
This options are the same.
