marko/compiler/up-to-date-browser.js

7 lines
165 B
JavaScript

exports.getLastModified = function(sourceFile, taglibs) {
return -1;
};
exports.checkUpToDate = function(targetFile, sourceFile, taglibs) {
return false;
};