This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256558 - JavaScript library added with npm not available in script
Summary: JavaScript library added with npm not available in script
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: jQuery (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-12 14:22 UTC by viggonavarsete
Modified: 2015-11-12 17:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
showing that jquery isn't referable (260.21 KB, image/png)
2015-11-12 14:22 UTC, viggonavarsete
Details

Note You need to log in before you can comment on or make changes to this bug.
Description viggonavarsete 2015-11-12 14:22:02 UTC
Created attachment 157310 [details]
showing that jquery isn't referable

I've followed Geertjans's demo here, https://www.youtube.com/watch?t=5&v=7xp6NYlcQ8A, but with the latest build of Netbeans (201511110002), and I've added the jquery library. It is not present under js, which might is ok(?), but I would hope to be able to refer to it in the <script tag like Geertjan does..

Do I have to run any commands to make the jquery library available for reference, or is this a bug in the IDE? The jquery library is present beneath the "npm Libraries" folder though..