[ALOY-757] Only recompile controllers when necessary
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Runtime, Tooling |
Labels | notable |
Reporter | Tony Lukasavage |
Assignee | Tim Poulsen |
Created | 2013-07-24T14:45:04.000+0000 |
Updated | 2014-12-29T20:05:46.000+0000 |
Description
Right now Alloy controllers are recompiled on every Alloy compile, regardless of whether or not their source files changed. We should intelligently determine based on associated views, controllers, and styles whether or not a runtime controller needs to be recompiled on any given
alloy compile
, with the end goal of reducing compile time.
It would be great if this will be implemented!
+1 to resolving
Please implement this feature. It really will save development time.
ALOY-1216 is a step in the right direction on this ticket. What that change doesn't do is track which source files are changed and compile only them. However, it will help speed LiveView / TiShadow type systems by supporting the recompilation of specific files.