mozilla / popcorn.webmaker.org

RETIRED
https://blog.mozilla.org/foundation-archive/mozilla-learning/product-update-for-appmaker-and-popcorn-maker/
MIT License
146 stars 116 forks source link

jQuery dependency resolution causes published makes to not load #597

Closed cadecairos closed 9 years ago

cadecairos commented 9 years ago

Popcorn's package.json lists jQuery v1.8.3 as a dependency, but Makerstrap causes bower to resolve jQuery to version 2.1.3.

This is a problem because published makes try to load /static/bower/jquery/jquery.min.js which doesn't exist in 2.1.3, since it's been moved to /static/bower/jquery/dist/jquery.min.js