browserify-example icon indicating copy to clipboard operation
browserify-example copied to clipboard

a bare-bones, no-bullshit example of using browserify to dev + build a static demo

Results 2 browserify-example issues
Sort by recently updated
recently updated
newest added

Hi, nice example project. To keep it running, you have to update a few details: **package.json** Update the versions and remove `warnings=false` from the list of uglify params. This worked...