Example based on my setup:
copy PROJECT_DIR to PROJECT_DIR_MIN
compress every *.js in PROJECT_DIR_MIN
compile PROJECT_DIR_MIN project.bar
deploy_to_device project.bar
No need to make changes to <script> in the index.html (i.e. add the ".min" part) == No frustrating work, TIME SAVED :D
Possible?