Victor Rubezhny created JBIDE-19448:
---------------------------------------
Summary: Performance problems with angular-phonecat project
Key: JBIDE-19448
URL:
https://issues.jboss.org/browse/JBIDE-19448
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing, upstream
Affects Versions: 4.2.3.Final
Environment: Tern.java + AngularJS-Eclipse installed
Reporter: Victor Rubezhny
On angular-phonecat project with the dependencies added by {code}npm install{code} (as
well as some other projects where dependencies are taken by bower with {code}bower
install{code}) there is performance problem occures.
{code}npm install{code} or {code}bower install{code} command could add more than 1000
JavaScripts into the project's Include Path, so this could lead into a problem with
Eclipse's performance.
The workaround for the issue is to exclude some directories from JSDT Include Path like
'node_modules/' (in case of {code}npm install{code} is used),
'bower_components/' (in case of {code}bower install{code} is used) as well as
other service directories containing JavaScripts that aren't used in JS application
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)