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

How to use without Grunt/Gulp

Open owais opened this issue 10 years ago • 3 comments

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.

owais avatar Dec 17 '14 19:12 owais

@tminglei ?

owais avatar Dec 18 '14 09:12 owais

@owais sorry, just saw it.

I haven't thought about it. Will check and support it ASAP.

tminglei avatar Dec 18 '14 11:12 tminglei

Hi @owais just added command line support, and released v0.4.0. pls help check.

tminglei avatar Dec 19 '14 16:12 tminglei