Bug Report or Feature Request (mark with an x)
Versions.
Output from: ng --version:
angular-cli: 1.0.0-beta.19-3
node: 6.2.2
os: linux x64
Repro steps.
I'm using angular 2 in an maven java project and every time that I'm building my java project the maven calls 'ng build' the problem with that is that every time ng build builds the angular 2 project even if nothing was changed, is there any flag that ng build builds just if something was changed (like the watch flag after the first call, but without watching)?