Javascript not displaying - Brunch.io - brunch-with-brunch
问题 I have just started a new brunch.io project using the brunch-with-brunch skeleton (I just want a local server able to display native HTML/CSS/JS). I have created two files on my own : index.html located in public/ containing the standard doctype, head and body tags plus a script tag referencing the app.js generated by brunch located at public/javascripts/app.js as below : <script type="text/javascript" src="javascripts/app.js"></script> As specified by the README.md file located in the app/