diff --git a/README.md b/README.md index d63eabb..8af0ffe 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Creating new adapters is very easy, take a look at the `adapters/` folder for gu ### Compile -Compiles CoffeeScript, LESS or Stylus files: +Compile CoffeeScript, LESS, Stylus, Handlebars templates: compile(file, [destination], [callback]) @@ -229,6 +229,10 @@ The goal of Flour is to provide a small and simple API that caters for the most #### Changelog +##### v0.4.12 +- flour.minifiers.disable('js'), enables/disables all if no argument given +- compile handlebars *.hbs templates + ##### v0.4.12 - expand paths containing patterns inside `bundle()` array argument (#22) diff --git a/package.json b/package.json index b9b29a5..ee914da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flour", - "version": "0.4.12", - "description": "Cakefile extension for simpler build scripts", + "version": "0.4.13", + "description": "Cakefile build tools.", "main": "flour.coffee", "dependencies": { "colors": "*", @@ -17,7 +17,8 @@ "less": "*", "stylus": "*", "nib": "*", - "csso": "*" + "csso": "*", + "handlebars": "*" }, "repository": { "type": "git", @@ -26,12 +27,20 @@ "keywords": [ "cakefile", "cake", + "task", "build", + "bundle", "tools", "watch", "compile", + "coffee-script", "minify", - "coffee-script" + "uglify", + "grunt", + "assets", + "make", + "jake", + "async" ], "scripts": { "test": "mocha"