Build routine and repository clean up
Closed this issue · 1 comments
cdevroe commented
Currently the repository tracks changes to files that are unneeded. Also, the build routine for Unmark should also create a zipped release without the repository included so that those that would prefer to download a zip or tar of Unmark they don't need to download the entire history of changes. This means the "releases" on Github would become a binary download rather than a zipped version based on a tag.
Files to be excluded by git tracking
- assets/css/unmark.css
- assets/css/unmark_welcome.css
- assets/js/production/*.js
cdevroe commented
Any feedback or suggestions prior to us tackling this?