0.0.3 • Published 11 years ago

punch-engine-jade v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Jade Template Engine for Punch

Use this plugin to replace Punch's default Mustache template engine with Jade.

How to Setup

  • Install the package

    		npm install punch-engine-jade
  • Open your Punch project's configurations (config.json) and add the following:

    		plugins: {
    		
    			template_engine: "punch-engine-jade" 
    
    		}
  • Now you can use Jade syntax for your project's templates.

    	Make sure you **save the templates with `.jade` extension**.