Skip to content

buildjs/rigger-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rigger-browserify

The rigger-browsersify plugin is used to include a piece of code that requires browserification into a non-browserified project:

//=browserify src/test

In thise case, the src/test.js file would contain code that would be expected in normal browserify process.

Using Transforms

If you wish to use browserify transforms in your app, then you can specify these after the source file transform:

//=browserify src/test [brfs]

In the case above, you will also need to include brfs into the devDependencies of your project.

About

Rigger plugin to support the //=browserify instruction

Resources

Stars

Watchers

Forks

Packages

No packages published