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
If you install a component with bower install, you need to restart the server until it shows up. We could implement live reloading that tries to load the component on the fly, though there are potential issues with the component name (if it is different from the directory name).
Similarly if due to some bower upgrade action the contents .bower.json changes, this is not reloaded until a restart.
The text was updated successfully, but these errors were encountered:
If you install a component with bower install, you need to restart the server until it shows up. We could implement live reloading that tries to load the component on the fly, though there are potential issues with the component name (if it is different from the directory name).
Similarly if due to some bower upgrade action the contents .bower.json changes, this is not reloaded until a restart.
The text was updated successfully, but these errors were encountered: