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
The former is pretty obvious, and could be done as part of grunt release.
The latter is more of a political matter. All popular frameworks release build files without a version number in the filename. This allows easy updates for minor versions; bower update is all you need. Or even CDN releases that automatically propagate to CDN users. (But this is dangerous, as any changes may introduce new bugs that break CDN games without warning!)
The text was updated successfully, but these errors were encountered:
Followup to #508
We should consider the following options:
Release non-versioned build filesThe former is pretty obvious, and could be done as part of
grunt release
.The latter is more of a political matter. All popular frameworks release build files without a version number in the filename. This allows easy updates for minor versions;
bower update
is all you need. Or even CDN releases that automatically propagate to CDN users. (But this is dangerous, as any changes may introduce new bugs that break CDN games without warning!)The text was updated successfully, but these errors were encountered: