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
Right now we have a piece of dead code in the form of search.js The problem is that each of our documents are too big. Ideally we add a build step in the rakefile that segments the coursebook pages into more manageable chunks, tags the .json files with their sha so that we can cache bust but load fast when need be, and load asynchronously in the web page.
The text was updated successfully, but these errors were encountered:
Right now we have a piece of dead code in the form of search.js The problem is that each of our documents are too big. Ideally we add a build step in the rakefile that segments the coursebook pages into more manageable chunks, tags the .json files with their sha so that we can cache bust but load fast when need be, and load asynchronously in the web page.
The text was updated successfully, but these errors were encountered: