]
Ilya Buziuk commented on JBIDE-21046:
-------------------------------------
Done. Resolving
Need to implement "Bower Install" launch shortcut
-------------------------------------------------
Key: JBIDE-21046
URL:
https://issues.jboss.org/browse/JBIDE-21046
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: nodejs
Affects Versions: 4.3.0.Final
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Labels: new_and_noteworthy
Fix For: 4.4.0.Alpha1
[Bower Install|http://bower.io/docs/api/#install] - Installs the project dependencies
From the user perspective it will be a launch shortcut just like existing "Bower
Update"
*Steps to verify:*
- create JavaScript project
- create *bower.json* in it via *"Bower Init"* wizard;
- add some *dependencies / devDependencies* to it (e.g. grunt / angular / jquery etc.)
- *"Bower Install"* must be available via right-clicking ( bower.json / parent
folder / project / editor with opened bower.json ) -> Run As -> Bower install
- After launch all *dependencies / devDependencies* must be available in bower_component
folder