1.0.5 • Published 7 years ago

gulp-jsmodule v1.0.5

Weekly downloads
12
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago