- Sep 10, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
this returns compiled site templates, similar to the dialog templates, which are needed by the test suite to test the site works!
-
Sean McArthur authored
The list of templates gets pushed onto a single file, with the EJS pre-compiled into functions. Then, in the Renderer, the functions only need to be invoked, meaning we no longer need the EJS client lib, and don't eval code.
-
- Aug 20, 2012
-
-
Jared Hirsch authored
bf146c2 Merge pull request #43 from klrmn/master cbc4fe0 fix getters git-subtree-dir: automation-tests/browserid git-subtree-split: bf146c230b5ea96590c25f8d55c16c57c8240744
-
- Mar 02, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 01, 2012
-
-
Lloyd Hilaiel authored
rewrite compress scripts in javascript: better output, build of resources only when needed, uses multiple cores, and leverages the same resource lists as cachify so we only express what dev resources go into what prod resources once #DRY. closes #1009 closes #660
-
- Feb 01, 2012
-
-
Shane Tomlinson authored
* create_templates looks for the BUILD_DIR env variable and places templates there. * compress sets the BUILD_DIR env variable for create_templates. close #1021
-
Shane Tomlinson authored
* create_templates looks for the BUILD_DIR env variable and places templates there. * compress sets the BUILD_DIR env variable for create_templates. close #1021
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
- Nov 14, 2011
-
-
Shane Tomlinson authored
* Add new directory `shared` which is code shared between dialog and pages. * Add a renderer and template loader that is shared to unify rendering of templates. * Remove JavascriptMVC's Views and use EJS directly. * Add a script to create our own bundled javascript object with all templates. * Use EJS templates for both error messages and tooltips * Simplify unit test dependency chain by doing nearly all dependencies in qunit.js. * Update compression script for new files/structure.
-