dbashford / mimosa-require

AMD/RequireJS module for Mimosa browser development workflow tool
3 stars 3 forks source link

Persist mimosa-require state to file system so entire build not necessary #14

Closed dbashford closed 11 years ago

dbashford commented 11 years ago

Right now mimosa-require needs all files to be processed with each startup so that it can build a dependency graph. If the needed information is kept on the file system, then when mimosa starts up, it can get it from there rather than need to reprocess all the code. Initial tests have this changing my 300-350 file work application's startup from 15-25 seconds to 2-4 seconds.

/win