added retrieveFile option

master
Jeremie Pelletier 11 years ago
parent e7b02406fd
commit fffaca5b2f

@ -230,6 +230,11 @@ exports.install = function(options) {
emptyCacheBetweenOperations = 'emptyCacheBetweenOperations' in options ?
options.emptyCacheBetweenOperations : false;
// Allow sources to be found by methods other than reading the files
// directly from disk.
if (options.retrieveFile)
retrieveFile = options.retrieveFile;
// Allow source maps to be found by methods other than reading the files
// directly from disk.
if (options.retrieveSourceMap)

Loading…
Cancel
Save