0.1.20 • Published 11 years ago

handlebar-rider v0.1.20

Weekly downloads
43
License
-
Repository
-
Last release
11 years ago

handlebar-rider

Command line tool that will watch a handlebars template directory pre-compile containing handlebars template files and concatenate them into a single javascript file in build/public.

Templates will be available in Handlebars.templates.filename (without the extension). See Handlebars Precompiler documentation for more info.

Install:

git clone https://github.com/cif/handlebar-rider.git
cd handlebar-rider
	npm install -g .

Usage:

handlebar-rider path/to/your/handlebars/dir/

options:
		
		--out	The destination file to compile your templates to.  Default is public/javascript/templates.js
		
		--readable  This will avoid uglifying your output javascript.   
0.1.20

11 years ago

0.1.13

11 years ago

0.1.12

11 years ago

0.1.11

12 years ago

0.1.10

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago