gulp-fcsh

0.0.6 • Public • Published

gulp-fcsh

A gulp plugin for fcsh

Usage

var fcsh = require('gulp-fcsh'),

gulp.src('Main.as')
  .pipe(fcsh({
    compileOptions: '-static-link-runtime-shared-libraries'
  }))
  .pipe(gulp.dest('app/swf'))
  .pipe(connect.reload());
});

/gulp-fcsh/

    Package Sidebar

    Install

    npm i gulp-fcsh

    Weekly Downloads

    7

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • youpy