Justin
GitHub
6 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
bin/mustache
|
|
|
@@ -54,7 +54,7 @@ function run (/*args*/) { |
|
|
|
|
|
|
|
function readView (cb) { |
|
|
|
var view; |
|
|
|
if (isJson(viewArg)) { |
|
|
|
if (isJsFile(viewArg)) { |
|
|
|
view = require(path.join(process.cwd(),viewArg)); |
|
|
|
cb(view); |
|
|
|
} else { |
|
|
|
|