RupertJS / stassets

Static Asset Compiling Express Middleware
ISC License
2 stars 2 forks source link

Allow Watchers to only care about fs.stat, rather than needing to read the entire file. #24

Closed DavidSouther closed 9 years ago

DavidSouther commented 9 years ago

Some Watchers, like the Library watcher in TrkStr, don't need the entire file to get their info. Provide a flag, this.meta on AssetBuilder, that returns the fs.stats object instead of the utf-8 content of the file.