Javascript Not Seen

Trying to get into using Webstorm.  Having a few issues

JavaScript file path is a major one

Simple bootstrap site.  I am getting the css OK.  But the linked javascript files are not.  I have a folder js.  several js files.  The  intellisense picks them up OK but when I run in a browser nothing.  WHAT did I miss?

another issue how do I  locally download and install the libraries.  I see the libraries and they are all external link. Don't want this.  Want them in a local folder and referenced.  

Thx

G

 

0
1 comment

>The  intellisense picks them up OK but when I run in a browser nothing.  WHAT did I miss?

Specified URL is wrong (can't be resolved relative to current file or server root), thus the browser can't find the resource. Please provide screenshots of URLs in .html file and your project structure

> Don't want this.  Want them in a local folder and referenced.  

You have to download them manually to your project directory and reference from your HTML via relative paths

0

Please sign in to leave a comment.