Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test failure caused by yargs | John Boehr | 2016-04-21 | 1 | -6/+1 |
| | | | | | | In yargs 3.2, any non-truthy return value to check will fail: https://github.com/yargs/yargs/blob/master/CHANGELOG.md#302-20150213-1650-0000 It appears that this check is no longer necessary as the other contents of the check callback no longer exist: https://github.com/wycats/handlebars.js/commit/2e7a3bd70223c0e532a24290c7d817b951354541#diff-2aff13863648736946e83d70c5e63520L86 It appears the build failed for PR #1180, not sure why it was merged | ||||
* | Use yargs | Bogdan Chadkin | 2016-02-11 | 1 | -3/+3 |
| | |||||
* | Add support for string and stdin precompilation | kpdecker | 2015-08-04 | 1 | -0/+11 |
| | | | Fixes #1071 | ||||
* | Convert precompiler template loading to async | kpdecker | 2015-08-04 | 1 | -7/+11 |
| | |||||
* | Refactor precompiler API into two phase | kpdecker | 2015-08-04 | 1 | -6/+8 |
| | | | Load templates and then parse them in a distinct operation. This will allow us to use other input sources such as stdin and strings. | ||||
* | Run the precompiler module through es6 toolchain | kpdecker | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Fix --version flag | kpdecker | 2015-02-28 | 1 | -1/+1 |
| | | | | Fixes #966 | ||||
* | Add source map output support to the CLI | kpdecker | 2014-11-08 | 1 | -0/+4 |
| | |||||
* | Fix help message for CLI | kpdecker | 2014-11-02 | 1 | -1/+13 |
| | | | | Fixes #895 | ||||
* | Move precompiler to safer location | kpdecker | 2014-07-05 | 1 | -1/+1 |
| | | | | | Attempts to avoid some of the Node vs. ES6 confusion between the different styles within the application. Also adds some simple tests in addition to the integration test. | ||||
* | Knocking the indent back to what it was to make for a less scary-looking ↵ | Joel Wietelmann | 2014-05-10 | 1 | -86/+86 |
| | | | | pull request | ||||
* | Turning CLI precompiler into a wrapper around a module. | Joel Wietelmann | 2014-05-10 | 1 | -228/+88 |
| | |||||
* | Add version option to compiler | kpdecker | 2014-03-05 | 1 | -0/+13 |
| | | | Fixes #746 | ||||
* | Always process explicitly passed files in CLI | kpdecker | 2014-01-17 | 1 | -3/+3 |
| | | | Fixes #689 | ||||
* | Fixes issue where cli compiles non handlebars templates | choage | 2013-11-17 | 1 | -2/+2 |
| | |||||
* | Use handlebars runtime from precompiled amd files | kpdecker | 2013-11-05 | 1 | -1/+1 |
| | | | Fixes #644 | ||||
* | Fix CLI library loading | kpdecker | 2013-11-04 | 1 | -1/+1 |
| | | | | Fixes #642 | ||||
* | Update precompiler for default output | kpdecker | 2013-10-12 | 1 | -1/+1 |
| | | | Fixes #563 | ||||
* | Added BOM removal flag. | Blessan Mathew | 2013-06-04 | 1 | -0/+9 |
| | | | | | Byte order mark is now removed from the beginning of the files when b flag is used. | ||||
* | Update to latest uglify lib | kpdecker | 2013-05-29 | 1 | -4/+1 |
| | |||||
* | Fix for issue #517. | Blessan Mathew | 2013-05-21 | 1 | -3/+7 |
| | | | | | Now when compiiled with amd option and a single input argument, we are checking to see whether the input is a file or folder. | ||||
* | If building AMD module and compiling multiple templates, return the full | James Maroney | 2013-04-08 | 1 | -0/+7 |
| | | | | templates (or partials) hash from the AMD module | ||||
* | If building AMD modules, and only one template is being compiled, | James Maroney | 2013-04-08 | 1 | -0/+2 |
| | | | | return the compiled template from the AMD module | ||||
* | Escape passed regex | kpdecker | 2013-04-06 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:matteoagosti/handlebars.js into ↵ | kpdecker | 2013-04-06 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | matteoagosti-master Conflicts: bin/handlebars | ||||
| * | Supporting custom template extension | Matteo Agosti | 2012-11-08 | 1 | -2/+11 |
| | | | | | | | | Fix missing escape | ||||
* | | Add namespace arg to handlebars bin | kpdecker | 2013-01-13 | 1 | -1/+11 |
| | | | | | | Fixes #361 | ||||
* | | Update bin/handlebars | Brian Kaull | 2012-12-11 | 1 | -1/+1 |
| | | |||||
* | | Adding partial precompilation | Brian Kaull | 2012-11-26 | 1 | -1/+17 |
| | | | | | | Also allowing to compile based on data getting passed in | ||||
* | | Add CommonJS export option for template compilation. | cpojer | 2012-11-22 | 1 | -2/+10 |
|/ | |||||
* | cmd flag to compile template with AMD style | Peter Hoffmann | 2012-07-23 | 1 | -2/+22 |
| | |||||
* | Add semicolon to the generated anonymous javascript function since it could ↵ | Steeve Lennmark | 2011-10-27 | 1 | -1/+1 |
| | | | | | | break code following it. Example: (function(){})()/* this is the same as undefined() */(function(){})() | ||||
* | Fix copy in command line utility | kpdecker | 2011-09-04 | 1 | -2/+2 |
| | |||||
* | Add simple output mode. | kpdecker | 2011-08-22 | 1 | -3/+26 |
| | |||||
* | Cleanup stored template names. | kpdecker | 2011-08-22 | 1 | -3/+15 |
| | |||||
* | Output multiple templates, storing into the Handlebars.template object | kpdecker | 2011-08-22 | 1 | -16/+36 |
| | |||||
* | Examine all passed names in the template check | kpdecker | 2011-08-22 | 1 | -7/+10 |
| | |||||
* | Minimize js commandline option | kpdecker | 2011-08-22 | 1 | -1/+14 |
| | |||||
* | File output commandline option | kpdecker | 2011-08-22 | 1 | -1/+11 |
| | |||||
* | Known helpers command line options. | kpdecker | 2011-08-22 | 1 | -1/+27 |
| | |||||
* | Use optimist to perform validation. | kpdecker | 2011-08-22 | 1 | -9/+16 |
| | |||||
* | Add template call to the bin output | kpdecker | 2011-07-31 | 1 | -1/+1 |
| | |||||
* | Update the bin to use the precompile API | kpdecker | 2011-07-30 | 1 | -3/+1 |
| | |||||
* | Simple node template compiler | kpdecker | 2011-07-30 | 1 | -0/+27 |