0.0.7 • Published 7 years ago

gulp-c-preprocessor v0.0.7

Weekly downloads
7
License
GPLv3
Repository
github
Last release
7 years ago

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.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago