Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jan
/
mustache.js
espelhamento de
https://github.com/janl/mustache.js
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
46
Wiki
Atividade
Ver código fonte
Update testing instructions
tags/0.5.2
Michael Jackson
14 anos atrás
pai
144d8bef85
commit
bb58576ba5
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
README.md
+1
-1
Rakefile
+ 1
- 1
README.md
Ver arquivo
@@ -391,7 +391,7 @@ first. Once it's installed, you can install vows using [npm](http://npmjs.org/).
Then, run the tests.
$ vows
test/*_test.js
$ vows
--spec
The test suite consists of both unit and integration tests. If a template isn't
rendering correctly for you, you can make a test for it by doing the following:
+ 1
- 1
Rakefile
Ver arquivo
@@ -17,7 +17,7 @@ end
desc "Run all tests, requires vows (see http://vowsjs.org)"
task :test do
sh "vows
test/*_test.js
"
sh "vows
--spec
"
end
desc "Minify to #{minified_file}, requires UglifyJS (see http://marijnhaverbeke.nl/uglifyjs)"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar