Hello!
What should be the default policy with .gitignore regarding files
config.js and the.js in new projects?
config.js only changes when libraries are added / removed / change
places, but it is a temporary file in a project (it is included in
the.js anyway, and drives r.js internal tasks).
the.js is drastically different after 'grunt devel' and 'grunt deploy'.
Now, should they / some of them / none of them by default in .gitignore
of the new project or not?
What about config.js of amber itself? For me it seems it changes often,
every change in mappings / libraries / amber-dev code etc. can change
its shape. Now it is in repo, if it was in .gitignore, it would mean
amber developer would need to run 'amber devel' manually after git clone
(it needs to run it anyway after any library configuration change).
Herby
--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
For more options, visit
https://groups.google.com/d/optout.