Skip to content

pvcbuild/pvc-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvc-browserify

Run browserify on your applications JavaScript. This plugin uses the NodeJs Runtime packaged for PVC.

/// Execute browserify against the app.js entry point
pvc.Source("app.js")
   .Pipe(new PvcBrowserify())
   .Save("deploy/");

/// Execute browserify against a series of entry points (produces multiple bundles)
pvc.Source("app.js", "lib.js")
   .Pipe(new PvcBrowserify());

About

Browserify plugin for PVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published