Closed jedfoster closed 10 years ago
Replaced the dynamic, run-time generation of the extension lists in about.erb and shared/_sass_input.erb with a Thor action in rake bundle:update
. No need for those lists to be built dynamically for every, single request. This eliminates at least a little bit of server-side parsing.
Still need to look into moving the GitHub auth status to JS.
There's really no reason to render anything dynamically at the view level. All the views should be static HTML. Consider Middle Man.
For the plugin lists, it might be enough to just make the bundle:update rake task write the plugins directly to the necessary views.
GitHub auth status can be handled with JS, no need for ERB conditionals.