MaddieM4 / jemplate

Industrial strength JavaScript template framework
http://www.jemplate.net/
Other
0 stars 0 forks source link

Do not track generated files #3

Open MaddieM4 opened 9 years ago

MaddieM4 commented 9 years ago

Deliver the final standalone script via Github's Releases feature. Generated files do not belong in the git history.

MaddieM4 commented 9 years ago

The first step, which I'm now thinking makes sense to do as a complete prerequisite (not an incremental parallel process) is itemizing all the generated files. It seems like the most sensible way to do this is to clone a fresh repository, run make -C src clean and git clean -df, wait 10 minutes, and then do a make -C src && find -mmin -5 to list all changed files.

Once I have that list, I can audit it file by file, instituting git rms and adding gitignore lines as necessary.

MaddieM4 commented 9 years ago

Don't need to clone new repo. Just delete everything but .git and do a checkout.

MaddieM4 commented 9 years ago

Found:

./jemplate
./lib/Jemplate
./lib/Jemplate/Runtime.pm
./lib/Jemplate/Runtime/Compact.pm
./lib/Jemplate/Grammar.pm
./src/js/json2.compact.js
./src/parser