I have a HTML page and I am trying to include some js files like
<script type="text/javascript" src="../bower_components/jquery/jquery.js"></script>
But I keep getting
Resource interpreted as Script but transferred with MIME type text/html: "http://localhost:8080/bower_components/jquery/jquery.js".
followed by
Uncaught SyntaxError: Unexpected token < jquery.js:1
in the developer console. I am trying some tutorials on angular.js and node.js