1.0.5 • Published 8 years ago

gulp-jsmodule v1.0.5

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

Gulp JSModule (AMD) reconciler plugin

Gulp plugin for reconciling AMD dependency trees in JavaScript projects. ###Installation   npm version

npm install gulp-jsmodule

###Simple Usage

var jsmodule = require("gulp-jsmodule");

/**
 * Build JS
 */
gulp.task('js', function () {
  gulp.src(['./src/**/*.js'])
    .pipe(jsmodule('out.js'))
    .pipe(gulp.dest('./dist/'));
});
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago