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 253352 - Do not share "node_modules" and "bower_components" directories
Summary: Do not share "node_modules" and "bower_components" directories
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 253355
Blocks:
  Show dependency tree
 
Reported: 2015-07-08 09:48 UTC by Tomas Mysik
Modified: 2015-07-10 01:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-07-08 09:48:54 UTC
By default, we should not share the "node_modules" and "bower_components" (or what the name is set in .bowerrc) directories (these directories are created and maintained by npm and bower tools).
Comment 1 Vladimir Riha 2015-07-08 10:59:39 UTC
What do you mean by share? :)
Comment 2 Tomas Mysik 2015-07-08 11:21:33 UTC
(In reply to Vladimir Riha from comment #1)
> What do you mean by share? :)

Once you put your newly created project under VCS using NetBeans ;)
Comment 3 Tomas Mysik 2015-07-09 08:02:12 UTC
Should be fixed now. Please verify (in all 4 project types), thanks.

http://hg.netbeans.org/web-main/rev/626d67d94f36
http://hg.netbeans.org/web-main/rev/8914c9e98ab3
Comment 4 Quality Engineering 2015-07-10 01:16:44 UTC
Integrated into 'main-silver', will be available in build *201507100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/626d67d94f36
User: Tomas Mysik <tmysik@netbeans.org>
Log: #253352 - Do not share "node_modules" and "bower_components" directories

Part for "node_modules".