summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure caused by yargsJohn Boehr2016-04-211-6/+1
* Use yargsBogdan Chadkin2016-02-111-3/+3
* Add support for string and stdin precompilationkpdecker2015-08-041-0/+11
* Convert precompiler template loading to asynckpdecker2015-08-041-7/+11
* Refactor precompiler API into two phasekpdecker2015-08-041-6/+8
* Run the precompiler module through es6 toolchainkpdecker2015-04-201-1/+1
* Fix --version flagkpdecker2015-02-281-1/+1
* Add source map output support to the CLIkpdecker2014-11-081-0/+4
* Fix help message for CLIkpdecker2014-11-021-1/+13
* Move precompiler to safer locationkpdecker2014-07-051-1/+1
* Knocking the indent back to what it was to make for a less scary-looking pull...Joel Wietelmann2014-05-101-86/+86
* Turning CLI precompiler into a wrapper around a module.Joel Wietelmann2014-05-101-228/+88
* Add version option to compilerkpdecker2014-03-051-0/+13
* Always process explicitly passed files in CLIkpdecker2014-01-171-3/+3
* Fixes issue where cli compiles non handlebars templateschoage2013-11-171-2/+2
* Use handlebars runtime from precompiled amd fileskpdecker2013-11-051-1/+1
* Fix CLI library loadingkpdecker2013-11-041-1/+1
* Update precompiler for default outputkpdecker2013-10-121-1/+1
* Added BOM removal flag.Blessan Mathew2013-06-041-0/+9
* Update to latest uglify libkpdecker2013-05-291-4/+1
* Fix for issue #517.Blessan Mathew2013-05-211-3/+7
* If building AMD module and compiling multiple templates, return the fullJames Maroney2013-04-081-0/+7
* If building AMD modules, and only one template is being compiled,James Maroney2013-04-081-0/+2
* Escape passed regexkpdecker2013-04-061-1/+2
* Merge branch 'master' of github.com:matteoagosti/handlebars.js into matteoago...kpdecker2013-04-061-2/+11
|\
| * Supporting custom template extensionMatteo Agosti2012-11-081-2/+11
* | Add namespace arg to handlebars binkpdecker2013-01-131-1/+11
* | Update bin/handlebarsBrian Kaull2012-12-111-1/+1
* | Adding partial precompilationBrian Kaull2012-11-261-1/+17
* | Add CommonJS export option for template compilation.cpojer2012-11-221-2/+10
|/
* cmd flag to compile template with AMD stylePeter Hoffmann2012-07-231-2/+22
* Add semicolon to the generated anonymous javascript function since it could b...Steeve Lennmark2011-10-271-1/+1
* Fix copy in command line utilitykpdecker2011-09-041-2/+2
* Add simple output mode.kpdecker2011-08-221-3/+26
* Cleanup stored template names.kpdecker2011-08-221-3/+15
* Output multiple templates, storing into the Handlebars.template objectkpdecker2011-08-221-16/+36
* Examine all passed names in the template checkkpdecker2011-08-221-7/+10
* Minimize js commandline optionkpdecker2011-08-221-1/+14
* File output commandline optionkpdecker2011-08-221-1/+11
* Known helpers command line options.kpdecker2011-08-221-1/+27
* Use optimist to perform validation.kpdecker2011-08-221-9/+16
* Add template call to the bin outputkpdecker2011-07-311-1/+1
* Update the bin to use the precompile APIkpdecker2011-07-301-3/+1
* Simple node template compilerkpdecker2011-07-301-0/+27