Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can it work with intellij IDEA ? #14

Open
leefj opened this issue Jul 11, 2017 · 1 comment
Open

can it work with intellij IDEA ? #14

leefj opened this issue Jul 11, 2017 · 1 comment
Labels

Comments

@leefj
Copy link

leefj commented Jul 11, 2017

IDEA compile AS project so slow , can it work with intellij IDEA ?

@jcward
Copy link
Owner

jcward commented Jul 12, 2017

Hi @leefj - I'm not familiar with Intellij IDEA, but a brief google search seems to indicate it can run command line tools.

What you do for ascsh is, if you know the mxmlc command line for compiling your project, e.g.:

mxmlc -source-path+=foo -debug -output Main.swf

Then you just prepend ascshd in front of it:

ascshd mxmlc -source-path+=foo -debug -output Main.swf

Maybe someone else can help or provide another solution. There's some discussion on the starling forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants