-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Introducing a build tool complexifies a bit the install process since we rely on bower & npm that way it could be something like
and install dependencies
We could also support browserify to split kept app into small components and only add the react-bootstrap components that are used. |
Thanks a bunch for this. I'm all in for relying on npm only, and using browserify was in the pipe anyway. Maybe we should just add browserify support in a next PR though… Up to you :) Dumb question, what's the purpose of calling |
I'm afraid I've no smart answer. I will fix that soon |
Conflicts: README.md
I've corrected the README |
I'll probably take care of that one, but will happily ask you a review as I'm all new to that tool :) |
Ah regarding the change, I'm still surprised to see further reference to Bower. I thought it was possible to entirely get rid of it so we could solely rely on npm. Am I mistaken? |
the gulp file provide