Hi,
When I run "grunt server", the console launches this error:
GET http://127.0.0.1:9000/bower_components/jquery/jquery.js 404 (Not Found)
Uncaught ReferenceError: jQuery is not defined
Uncaught ReferenceError: $ is not defined
This is because the jQuery path in "index.html" must be:
<script src="bower_components/jquery/dist/jquery.js"></script>
Hi,
When I run "grunt server", the console launches this error:
GET http://127.0.0.1:9000/bower_components/jquery/jquery.js 404 (Not Found)
Uncaught ReferenceError: jQuery is not defined
Uncaught ReferenceError: $ is not defined
This is because the jQuery path in "index.html" must be:
<script src="bower_components/jquery/dist/jquery.js"></script>