ascsh icon indicating copy to clipboard operation
ascsh copied to clipboard

can it work with intellij IDEA ?

Open leefj opened this issue 7 years ago • 1 comments

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

leefj avatar Jul 11 '17 22:07 leefj

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.

jcward avatar Jul 12 '17 14:07 jcward