AmsterdamPHP / amsterdamphp.nl

The website fo the AmsterdamPHP User Group
18 stars 8 forks source link

JQuery missing #54

Closed rdohms closed 10 years ago

rdohms commented 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.

WyriHaximus commented 10 years ago

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.