Closed lukesmith closed 11 years ago
Awesome! Thanks, will merge into master but before releasing will have to add doc & verify this behaviour as I think if you add new files during development they won't be detected? Or is this change for production only?
Ah the default is to reload it, good. We could set is to false when in production mode.
Released in 0.2.4
files
is an expensive method and is called a number of times. Added caching of the files result and reloads them in certain conditionsBefore:
After:
Helps towards solving #85