CleverStack / angular-seed

The AngularJS based Modular Frontend for CleverStack, MEAN and so much more
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
118 stars 36 forks source link

Change in jquery path before and after "clever setup" #64

Closed thinkadoo closed 10 years ago

thinkadoo commented 10 years ago

Currently when I run

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',