[jbosstools-issues] [JBoss JIRA] (JBIDE-17943) make it easy to add ionic libraries to cordova project

Gorkem Ercan (JIRA) issues at jboss.org
Mon Aug 11 06:52:29 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991946#comment-12991946 ] 

Gorkem Ercan commented on JBIDE-17943:
--------------------------------------

ionic uses bower to manage its dependencies, the dependencies for 1.0.0-beta.11 release are as follows. 
     "angular": "~1.2.17",
    "angular-animate": "~1.2.17",
    "angular-sanitize": "~1.2.17",
    "angular-ui-router": "0.2.10",
    "collide": "1.0.0-beta.1"

If we want to support *any* ionic version, I think we need a solution that to decipher bower.json and fetch the dependencies in. The other option is to determine a fixed version of ionic that we support and inject all the files, which is a faster implementation.

> make it easy to add ionic libraries to cordova project
> ------------------------------------------------------
>
>                 Key: JBIDE-17943
>                 URL: https://issues.jboss.org/browse/JBIDE-17943
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: aerogear-hybrid
>            Reporter: Max Rydahl Andersen
>             Fix For: 4.2.0.CR1
>
>
> today enabling ionic on a cordova project requires manual setup - can we make it easier ?



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list