UNPKG

sprocket

Version:

Opinioned, Convention over Configuration asset build tool for any javascript frameworks.

7 lines 219 B
module.exports = function(keyPath, filepath){ var error; error = Error("Can't finalize node " + keyPath + " from file (" + filepath + ")."); error.keyPath = keyPath; error.filepath = filepath; return error; };