We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
require()
myapp.js
Also, .bowerrc sets the bower_componets path to subdir/bower_compoents/
.bowerrc
subdir/bower_compoents/
Gulp/Grunt or anything else is not being used. browserify comand line tool is directly used to build the pack.
browserify
The text was updated successfully, but these errors were encountered:
@tminglei ?
Sorry, something went wrong.
@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.
No branches or pull requests
My structure.
I want to
require()
bower modules inmyapp.js
. How do I go about this?Also,
.bowerrc
sets the bower_componets path tosubdir/bower_compoents/
Gulp/Grunt or anything else is not being used.
browserify
comand line tool is directly used to build the pack.The text was updated successfully, but these errors were encountered: