Build system for ExtendScript After effects
npm install aebuild
npm install -g aebuild
`
How to use:
You have two choices. If you like to execute yuor script after every save then use watch mode by typing in your terminal:
`
aebuild --watch myscript.jsx
`
Or you can make a Sublime buid system file which following code and use it for your jsx files:
`
{"shell_cmd": "aebuild $file"}
``