diet-coffee 0.1.0
Diet filter plugin for coffescript.
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
Diet plugin for CoffeeScript
Compiles CoffeeScript in Diet templates to JavaScript and caches the result.
Usage
To register the plugin you have to import diet_coffee; in your application.
import vibe.d;
import diet_coffee;
//...
void hello(HTTPServerRequest req, HTTPServerResponse res)
{
    res.render!"coffee.dt"();
}
Now you can use the :coffee textfilter in your diet files.
doctype html
html
  head
    title Hello, CoffeeScript
  body
    :coffee
      window.onload = -> alert document.title
See example for a complete vibe.d app.
- 0.1.0 released 11 years ago
- MartinNowak/diet-coffee
- MIT
- Copyright © 2014 -, Martin Nowak
- Authors:
- Dependencies:
- vibe-d
- Versions:
- 
						
 Show all 2 versions0.1.0 2014-Oct-06 ~master 2014-Oct-06 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								3 downloads this month 
- 
								204 downloads total 
 
- 
								
- Score:
- 0.9
- Short URL:
- diet-coffee.dub.pm