Explorar el Código
Update bin/mustache
Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin
GitHub
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
bin/mustache
|
|
|
@@ -130,7 +130,7 @@ function isStdin (view) { |
|
|
|
return view === '-'; |
|
|
|
} |
|
|
|
|
|
|
|
function isJson (view) { |
|
|
|
function isJsFile (view) { |
|
|
|
return path.extname(view) === '.js'; |
|
|
|
} |
|
|
|
|
|
|
|
|