bump readme

This commit is contained in:
Sindre Sorhus 2014-03-01 03:30:07 +01:00
parent eea4f84f69
commit 671b3d069c

View File

@ -1,4 +1,4 @@
# grunt-contrib-jst v0.5.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jst) # grunt-contrib-jst v0.6.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jst)
> Precompile Underscore templates to JST file. > Precompile Underscore templates to JST file.
@ -51,8 +51,8 @@ This option accepts a function which takes one argument (the template filepath)
```js ```js
options: { options: {
processName: function(filename) { processName: function(filepath) {
return filename.toUpperCase(); return filepath.toUpperCase();
} }
} }
``` ```
@ -165,4 +165,4 @@ Note that the `interpolate: /\{\{(.+?)\}\}/g` setting above is simply an example
Task submitted by [Tim Branyen](http://tbranyen.com) Task submitted by [Tim Branyen](http://tbranyen.com)
*This file was generated on Sat Oct 19 2013 14:22:27.* *This file was generated on Sat Mar 01 2014 03:29:46.*