Skip to content

axross/gulp-rollup-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gulp-rollup-loader

Loader and Bundler using the rollup for the gulp.

Example

import gulp from 'gulp';
import rollup from 'gulp-rollup';

gulp.task('foo', () => {
  rollup.src(...sources)
    .bundle({ ...options })
    .pipe(...)  // some gulp plugins
    .pipe(gulp.dest);
});

TODO

  • Loading sources using globs
  • Bundling with handy options
  • Returning a vinyl
  • Supporting the sourcemaps with sourcemap.init({ loadMaps: true })

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published