docs
This commit is contained in:
parent
cf29cf4bff
commit
11510720a4
@ -1,5 +1,6 @@
|
||||
# grunt-contrib-jst [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-jst)
|
||||
> Compile underscore templates to JST file (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Tim Branyen](/tbranyen).
|
||||
|
||||
> Compile underscore templates to JST file.
|
||||
|
||||
## Getting Started
|
||||
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-contrib-jst`
|
||||
@ -84,4 +85,8 @@ jst: {
|
||||
* 2012/08/23 - v0.3.0 - Options no longer accepted from global config key.
|
||||
* 2012/08/16 - v0.2.3 - Support for nested namespaces.
|
||||
* 2012/08/12 - v0.2.2 - Added processName functionality & escaping single quotes in filenames.
|
||||
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.
|
||||
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.
|
||||
|
||||
--
|
||||
|
||||
Task submitted by [Tim Branyen](http://github.com/tbranyen).
|
@ -4,8 +4,8 @@
|
||||
"version": "0.3.0",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
|
||||
"author": {
|
||||
"name": "Tim Branyen",
|
||||
"url": "http://tbranyen.com/"
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user