Uncaught ReferenceError: $ is not definiert at app.js:1:1
My app.js is just
Code: Select all
$(document).ready(function() {
console.log('hello');
})
Code: Select all
... // head, body etcCode: Select all
$(document).ready(function() {
console.log('hello');
})
Code: Select all
... // head, body etc