Kaynağa Gözat
Update bin/mustache
Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin
GitHub
6 yıl önce
ebeveyn
işleme
d856185ce4
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
bin/mustache
|
|
|
@@ -130,7 +130,7 @@ function isStdin (view) { |
|
|
|
return view === '-'; |
|
|
|
} |
|
|
|
|
|
|
|
function isJson (view) { |
|
|
|
function isJsFile (view) { |
|
|
|
return path.extname(view) === '.js'; |
|
|
|
} |
|
|
|
|
|
|
|
|