Skip to content

IowaJS/browserify-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserify Demo

http://browserify.org/

Get this Repo Set Up

You need node and npm.

npm install

Running some of these commands might require ./node_modules/.bin to be in your $PATH.

Describe the Modules and Their Dependencies

npm ll

Compiling Manually

browserify -e app/js/index.js -o app/app.js

Sourcemaps

browserify -e app/js/index.js -o app/app.js -d

Compressing

browserify -e app/js/index.js | uglifyjs > app/app.js

External Modules

Watching with eye

eye browserify -e app/js/index.js -o app/app.js -d

Watching with express

npm start

About

Browserify demo from May 2013 Iowa City lightning talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published