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.
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.