Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Aug 2, 2013
2 parents 08041bb + af5bfe0 commit ab67d37
Show file tree
Hide file tree
Showing 4 changed files with 2,245 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HandlebarsAssetPipelineGrailsPlugin.groovy
Expand Up @@ -2,7 +2,7 @@ import asset.pipeline.AssetHelper
import asset.pipeline.handlebars.HandlebarsAssetFile

class HandlebarsAssetPipelineGrailsPlugin {
def version = "1.0.0-RC4"
def version = "1.0.0-RC4.2"
def grailsVersion = "2.0 > *"
def title = "Handlebars Asset-Pipeline Plugin"
def author = "David Estes"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ For more information on how to use asset-pipeline, visit [here](http://www.githu
Usage
-----

Simply create files in your standard `assets/javascripts` folder with extension `.handlebars` or 'hbs'.
Simply create files in your standard `assets/javascripts` folder with extension `.handlebars` or `.hbs`.
By default the templateRoot for your template names is specified as blank. This means that any handlebars file within the root assets/javascripts folder will utilize its file name (without the extension) as its template name. Or a file in `templates/show.handlebars` would be named `templates/show`. If templates is set as the templateRoot than it would be named `show`

It is also possible to change the template path seperator for templatenames to be used by handlebars:
Expand Down

0 comments on commit ab67d37

Please sign in to comment.