You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just looked our bower dependencies up on npm. I found all dependencies we have currently defined in bower.json besides bootstrap. If we can find a way to include bootstrap without bower I think we should be able to define all dependencies in our package.json file. That way we would only need to npm install.
Recently stumbled upon Bootstrap on npm, don't know why I didn't find it before. There is nothing holding us back from defining all our dependencies with npm and dropping bower.
Just looked our bower dependencies up on npm. I found all dependencies we have currently defined in
bower.json
besides bootstrap. If we can find a way to include bootstrap without bower I think we should be able to define all dependencies in ourpackage.json
file. That way we would only need tonpm install
.What do you think @ahmedissa @KaiOelfke ?
The text was updated successfully, but these errors were encountered: