Javascript References From Ejs File Not Working On Webstorm
I am working on a Node.JS project in Webstorm, where there is a main EJS file with some javascript that is supposed to call a function in another javascript file. When the HTML ren
Solution 1:
try to remove public from the include path.. I had the same problem.
<script src = "/javascripts/DivManipulations.js">
Post a Comment for "Javascript References From Ejs File Not Working On Webstorm"