You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a system in which we use master as the code development branch, and gh-pages as the deploy branch.
The tricky bit is caching - to prevent caching, we have to rename all of the files that we modify, or else the page will have relatively random behavior for repeat viewers. Thus, I think that we should try to find a way (probably some sort of shell script) that will automatically join all of the .js files in the correct order, name it a version, and then modify index.html's code to account for that.
We need a real build system.
The text was updated successfully, but these errors were encountered: