ascsh
ascsh copied to clipboard
can it work with intellij IDEA ?
IDEA compile AS project so slow , can it work with intellij IDEA ?
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.