]
Alexey Kazakov updated JBIDE-19824:
-----------------------------------
Fix Version/s: 4.3.0.Beta2
(was: 4.3.0.Beta1)
HTML5 Palette: Add JS/CSS libs to project via Bower
---------------------------------------------------
Key: JBIDE-19824
URL:
https://issues.jboss.org/browse/JBIDE-19824
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 4.3.0.Beta2
If you insert an html5 component (html5 core, ionic, jQueryMobile) from our HTML5 Palette
then the corresponding JS/CSS links are inserted (if needed) to the page too. But
currently we insert direct links to remote JSs/CSSs.
As soon as JBIDE-19795 is done we can use the Bower tooling to install the needed libs.
It may be a checkbox in the wizard which will tell us to use Bower when inserting the
JS/CSS.