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
Currently bobamo suffers from lack of a solid javascript management strategy. I am hoping that bowers https://github.com/twitter/bower.git
will allow for components to include dependencies without the hassle of serving said javascript up from npm modules. This could actually fix a major issue of my bobamo plugins, and remove my custom package management and allow pure npm plugin system, making installing plugins really as easy npm install . Because plugins are not really npm modules this didn't work in the past.
The text was updated successfully, but these errors were encountered:
Currently bobamo suffers from lack of a solid javascript management strategy. I am hoping that bowers
https://github.com/twitter/bower.git
will allow for components to include dependencies without the hassle of serving said javascript up from npm modules. This could actually fix a major issue of my bobamo plugins, and remove my custom package management and allow pure npm plugin system, making installing plugins really as easy npm install . Because plugins are not really npm modules this didn't work in the past.
The text was updated successfully, but these errors were encountered: