Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 "Template processing that is more suitable for the specific development-time | 1 "Template processing that is more suitable for the specific development-time |
| 2 and runtime requirements of AJAX based web applications. | 2 and runtime requirements of AJAX based web applications. |
| 3 | 3 |
| 4 Specifically, support the case to update a previous template processing | 4 Specifically, support the case to update a previous template processing |
| 5 output with an incremental change to the original input data." | 5 output with an incremental change to the original input data." |
| 6 | 6 |
| 7 This is a branch of http://code.google.com/p/google-jstemplate/ | 7 This is a branch of http://code.google.com/p/google-jstemplate/ |
| 8 | 8 |
| 9 Uncalled functions have been removed from util.js to make the resulting | 9 Uncalled functions have been removed from util.js to make the resulting |
| 10 javascript smaller. | 10 javascript smaller. |
| 11 | 11 |
| 12 compile.sh is a simple shell script used to generate the single compiled | 12 compile.py is a simple program used to generate the single compiled |
|
M-A Ruel
2009/12/22 14:06:52
I'd call it a script but I don't really care.
| |
| 13 jsfile. | 13 jsfile. |
| 14 | 14 |
| 15 jstemplate_compiled.js is the output after passing the code through | 15 jstemplate_compiled.js is the output after passing the code through |
| 16 compile.sh. | 16 compile.sh. |
| OLD | NEW |