Closed rdohms closed 10 years ago
The proper grunt setup could not find bower_components/jquery/jquery.js so i pointed it to web/js/jquery.js and it worked long enough for a deploy. It is however not a ideal solution as it may have race conditions.
bower_components/jquery/jquery.js
web/js/jquery.js
There is a difference between the jQuery and jquery packages on bower. The former doesn't include a ready to use jquery.js while the latter does.
jQuery
jquery
The proper grunt setup could not find
bower_components/jquery/jquery.js
so i pointed it toweb/js/jquery.js
and it worked long enough for a deploy. It is however not a ideal solution as it may have race conditions.