Move auto-generated files to a cache folder #199
Closed
Comments
@radutopala Agreed. Its good to differentiate auto-generated files. I believe directory |
Going with directory name as It will be imported on main file. Example - _ "<app-import-path>/app/generated" This directory gets cleaned on every run, compile and build. |
jeevatkm
added a commit
to go-aah/tools
that referenced
this issue
Oct 28, 2018
…and build flow and moved generated file into directory generated
Done |
jeevatkm
added a commit
to go-aah/tools
that referenced
this issue
Nov 2, 2018
… and build flow and moved generated file into directory generated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Store the auto-generated
root/app/aah.go
androot/app/aah_app_vfs.go
maybe inroot/app/cache/
orroot/cache
, just to be clear for the developer that these files shouldn't be editable and that they are auto-generated on each run or build.The text was updated successfully, but these errors were encountered: