browserify-bower
browserify-bower copied to clipboard
How to use without Grunt/Gulp
My structure.
/project/package.json
/project/bower.json
/project/.bowerrc
/project/node_modules/
/project/subdir/bower_components/
/project/subdir/app/myapp.js
I want to require() bower modules in myapp.js. How do I go about this?
Also, .bowerrc sets the bower_componets path to subdir/bower_compoents/
Gulp/Grunt or anything else is not being used. browserify comand line tool is directly used to build the pack.
@tminglei ?
@owais sorry, just saw it.
I haven't thought about it. Will check and support it ASAP.
Hi @owais just added command line support, and released v0.4.0. pls help check.