openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

File watcher for asset directories to speed up builds #43

Open Gama11 opened 6 years ago

Gama11 commented 6 years ago

If assets haven't changed, it should be possible to skip the update step of build / test comands entirely. The Lime extension could create a file watcher for the assets directories if it has a way to get those from Lime, and then pass some -noupdate flag on build commands if nothing has changed.