Corrected version number. Added URLs to relevant links.
This commit is contained in:
parent
584ca0fcaf
commit
d2d16ebe66
|
@ -4,10 +4,11 @@ Compile your HTML templates using the Ruby HAML command-line compiler
|
|||
|
||||
## WHAT!? WHY!?!?!?
|
||||
|
||||
Because I like underscore, and underscore templates. They come free
|
||||
with Backbone. And Ruby's HAML treats them without abusing them.
|
||||
It's not a great solution, but it's better than trying to write yet
|
||||
another HAML parser.
|
||||
Because I like [underscore](http://underscorejs.org/), and underscore
|
||||
templates. They come free with [Backbone](http://backbonejs.org/).
|
||||
And Ruby's HAML treats them without abusing them. It's not a great
|
||||
solution, but it's better than trying to write yet another HAML
|
||||
parser.
|
||||
|
||||
And before you get me started on Jade, or Mustache, or whatever:
|
||||
forget it. Jade is a big learning curve for little reward, and the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "grunt-ruby-haml",
|
||||
"description": "HAML via the Ruby compiler for Grunt",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.1",
|
||||
"homepage": "https://github.com/elfsternberg/grunt-ruby-haml",
|
||||
"author": {
|
||||
"name": "Elf M. Sternberg",
|
||||
|
|
Loading…
Reference in New Issue