I installed the semantic:ui-site package as usual via meteor add and when I open up my app in my browser, the console says: ``` Uncaught ReferenceError: jQuery is not defined site.js:487 ``` I installed jQuery via meteor add as well. Is it possible jquery is not loading on the client side?