Nicolas Petton wrote:
> I was thinking that maybe we don't need to export the .st and .deploy.js files:
>
> - the .st files are not needed as the source code is in the .js already
> - the .deploy.js can be built with bin/amberc
>
> What do you think?
For me it is one word: version control systems. That means, .st files
should definitely stay; even more - source code should be taken away
from .js files. IDE can load .st if it needs the source code.
As for .deploy.js, yes, it is not needed (and can be generated fairly
easy from .js itself, by just filtering out unnecessary fields).
> Cheers,
> Nico
Herby