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
setup to install NPM & Bower packages for each module and adds modules to bundleDependencies
Something changes in the "components" directory structure of jQuery - that screws up the path ref in main.js which does not change in the :9000 site to reflect the directory change.
before setup - after clean install path is jquery: '../components/jquery/jquery',
after setup - the path is jquery: '../components/jquery/dist/jquery',