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

Add option to run a command before or after the compilation #81

Closed
caiopsouza opened this issue Oct 23, 2016 · 2 comments
Closed

Add option to run a command before or after the compilation #81

caiopsouza opened this issue Oct 23, 2016 · 2 comments

Comments

@caiopsouza
Copy link

This is particularly useful when using the --watch option so everything run automatically.

@wighawag
Copy link
Contributor

maybe this would solve this in a general way : #34

@RobDangerous
Copy link
Member

You can now set:

callbacks.preAssetConversion
callbacks.preShaderCompilation
callbacks.preHaxeCompilation
callbacks.postHaxeCompilation
callbacks.postCppCompilation

They are called in this order.

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

No branches or pull requests

3 participants