Vincent LE GOFF
0888e80e7b
Delete bower install from README.md ( #725 )
As Bower is deprecated a long time ago: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
It does't make sense to mention it in the readme.
před 6 roky
Phillip Johnsen
e42a86467a
Use "Node.js" instead of "node" in README.md
Because there has been a deliberate effort from the Node.js project
to use the term `Node.js` rather than anything else. It also helps beginners
by being more explicit and self-descriptive.
před 6 roky
Mo
639c94f606
Updated Beard Competition URL in README.md ( #699 )
changed beard competition wiki link to the new link as the route has been changed.
před 7 roky
raymond.lam
efdeb55202
Add tags parameter to .render()
před 7 roky
raymond.lam
8e45409455
Update README.md to reflect correct caching behavior
před 7 roky
Ben Brooks
85a2c2ddc2
Readme: Mustache.parse returns an array of Tokens ( #657 )
In the README the return type for Mustache.parse is listed as a String. It's actually an array of Tokens.
před 8 roky
Paul Gowder
3fddfb1cc9
Document global Mustache.escape overriding capacity ( #644 )
před 8 roky
Calvin Freitas
1d1a8af41b
add doctype to html template example ( #593 )
před 9 roky
Evan
eae8aa3ba9
Fix #586 : Change "loadUser" to "loadUser()" in docs. ( #592 )
před 9 roky
oughter
25cf65befb
Document ways to set custom delimiters via JS ( #575 )
Documents ways to set custom delimiters via JS, in addition to inline in the templates.
před 9 roky
Morton Fox
8ae505a3a8
Fix link to Ctemplate and its HowTo since they've moved to GitHub ( #569 )
před 10 roky
Tomek Wiszniewski
119b5046d7
Document the API
I couldn’t find the API in the docs. This is what I found out by reading the source. Let’s save others the pain.
Mark partials as optional
před 10 roky
Prayag Verma
6e42494ce1
Cosmetic changes to Readme
Add syntax highlighting style to previously missed code blocks
před 10 roky
Keith Rogers
1a391c9b2c
Fix minor typo in docs
před 10 roky
Nigel D'Souza
b67970c732
Extremely minor documentation update
před 10 roky
José Antonio Chio
1ac4a9de5c
Remove syntax highlighting in README code sample
před 10 roky
Evan Lovely
320d0e629d
Update README.md with proper grammar
Past tense of "run" is "ran", not "runned".
před 10 roky
Michael Jackson
d6972127ee
Update my username :)
před 10 roky
palkan
d0cf9c65ee
[ Fix #483 ] Add partials support to cli
před 10 roky
Mateus Ortiz
a951348003
Add instructions install on top #493
fix local install
Fix order section and grammatical
Fix the comments
Fix command line mustache
před 10 roky
djchie
aa5765971a
Fix spelling error to "aforementioned"
před 10 roky
John F. Mercer
cee416839b
Clarifies and improves language in documentation
* Although my previous PR (#469 ) on this topic was merged, it caused
[quite a discussion](https://github.com/janl/mustache.js/pull/469 ) about
the clarity of the language I wrote.
* This commit seeks to clarify and improve the sentence under discussion.
před 10 roky
Anders Olsen Sandvik
ef047db543
Move gif to githubusercontent
před 10 roky
John F. Mercer
d0770de5be
Documents use of string literals containing double quotes
před 10 roky
nikolas
824639f923
Only display result of master branch on travis badge
před 11 roky
Mark McEver
2d12c61bac
Added the keywords "imports", "nested" and "subtemplates" to the docs for Partials. It took me forever to find this feature because those were the keywords I was looking for. The term "partials" means something slightly different in some circles, so I kept misinterpretting their use when skimming the docs.
před 11 roky
Phillip Johnsen
1fdfdcf606
Dont run browser tests in PRs.
As secure $ENVs are disabled for pull requests and those $ENVs are required for running browser tests on saucelabs.
http://docs.travis-ci.com/user/pull-requests/#Security-Restrictions-when-testing-Pull-Requests
+ updated readme with the fact that browser tests are only runned automatically when *merged into master*, not in the PR stage
před 11 roky
Phillip Johnsen
b473d19cae
Added browser tests.
Covers the project with browser tests, not only V8 via node/iojs. Tests are runned with [zuul](https://github.com/defunctzombie/zuul ) which
provides simple local browser testing, aswell as cloud testing on multiple browsers with [saucelabs](http://saucelabs.com ).
před 11 roky
Phillip Johnsen
d72878a696
Thanks to our superhero @dasilvacontin !
před 11 roky
David da Silva Contín
967769619f
added travis-ci svg badge to readme
před 11 roky
David da Silva Contín
c52df34ee0
Thanks @phillipj !
před 11 roky
kriix
5f06df20d2
Update README.md
před 11 roky
Phillip Johnsen
65387a5468
Created command line tool.
CLI used to render a mustache template with a data view, writes the template into stdout when successfull. Otherwise meaningfull errors into stderr.
Fixes #424
před 11 roky
David da Silva Contín
146497bea7
added gitter badge
před 11 roky
Phillip Johnsen
d1bb461caf
Run jshint before tests.
- Documented required version of npm while developing
- Use the latest npm client for node >= v0.8 on travis
Special quirks to get node v0.6 supported:
- npm client v1.3.26 on travis
- jshint 2.4.4 as >= 2.5.x breaks
před 11 roky
Phillip Johnsen
4ac18621e5
Cleanup tests section in readme
před 11 roky
Jan Lehnardt
56e3a880d0
style
před 11 roky
Jan Lehnardt
981bc3e06f
reword
před 11 roky
Jan Lehnardt
b128416e4a
add search for maintainers bit to README
před 11 roky
Kirill Maltsev
a7837898c7
Correct mistake in the readme
I've corrected the wrong variable name.
před 12 roky
Pascal Pfiffner
4184761b20
Change example to use `script` instead of `textarea`
před 12 roky
Pascal Pfiffner
e703599811
Describe two techniques on how to load templates in the README
před 12 roky
Michael Jackson
32fc1976c0
Small README tweaks
před 12 roky
Michael Jackson
625a5e1a7e
Update README
Fixes #346
před 12 roky
Michael Jackson
5cc298e8af
Fix typo
před 12 roky
Chris Berkhout
84d9991e84
Fixed README to mention all falsy values tested in test/_files/falsy.*.
před 12 roky
Alvaro Videla
d166547f01
an image is wroth a thousand words
před 12 roky
Eduardo de Matos
26f7759ec8
fix doc how to build yui
před 13 roky
Daniel Fagerstrom
8cd95a085b
Update README.md
Instruction for including sub module with Mustache specs.
před 13 roky
Michael Jackson
7b4c1bf7ce
Update testing instructions
před 13 roky