Closed DavidSouther closed 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.
this.meta
AssetBuilder
fs.stats
Some Watchers, like the Library watcher in TrkStr, don't need the entire file to get their info. Provide a flag,
this.meta
onAssetBuilder
, that returns thefs.stats
object instead of the utf-8 content of the file.