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!?!?!?
|
## WHAT!? WHY!?!?!?
|
||||||
|
|
||||||
Because I like underscore, and underscore templates. They come free
|
Because I like [underscore](http://underscorejs.org/), and underscore
|
||||||
with Backbone. And Ruby's HAML treats them without abusing them.
|
templates. They come free with [Backbone](http://backbonejs.org/).
|
||||||
It's not a great solution, but it's better than trying to write yet
|
And Ruby's HAML treats them without abusing them. It's not a great
|
||||||
another HAML parser.
|
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:
|
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
|
forget it. Jade is a big learning curve for little reward, and the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "grunt-ruby-haml",
|
"name": "grunt-ruby-haml",
|
||||||
"description": "HAML via the Ruby compiler for Grunt",
|
"description": "HAML via the Ruby compiler for Grunt",
|
||||||
"version": "0.0.3",
|
"version": "0.0.1",
|
||||||
"homepage": "https://github.com/elfsternberg/grunt-ruby-haml",
|
"homepage": "https://github.com/elfsternberg/grunt-ruby-haml",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Elf M. Sternberg",
|
"name": "Elf M. Sternberg",
|
||||||
|
|
Loading…
Reference in New Issue