NBOCampbellToets / CampbellSoup

CampbellSoup, the web-based archive of Campbell test questions.
0 stars 1 forks source link

Only use the Handlebars runtime #18

Closed jgonggrijp closed 7 years ago

jgonggrijp commented 7 years ago

Right now, Handlebars is loaded in its entirety by RequireJS. However, according to the documentation, only the runtime is required after precompilation, which is already a step in the current compilation workflow. Need to figure out how to reduce the dependency to just the handlebars.runtime.