Skip to content

Commit

Permalink
Releasing 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Oct 19, 2013
1 parent 3733d27 commit 49e38a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
0.2.0 / 2013-10-19
===================
* Moving plugin's polvo flag to package.json to improve detection

0.1.0 / 2013-09-01
===================
* Refactoring everything, reorganizing whole structure
* Adding tests and badges

0.0.3 / 2013-08-25
===================
* Moving plugin's polvo flag to package.json to improve detection
Expand Down
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -41,18 +41,19 @@ There's a built in support for partials in Jade, polvo will handle them in a
particular conventioned way.

Every file starting with `_` won't be compiled alone. Instead, if some other
file that doesn't start with `_` imports it, it will be compiled within it.

The import tag follows the Jade include's default syntax.
file that doesn't start with `_` imports or extends it, it will be compiled
within it.

The import tag follows the Jade default syntax.

To include a partial in your `jade`, just:

1. Name your patial accordingly so it starts with `_`
1. Include it in any of your `jade` files by using the syntax
1. Calls it from any of your `jade` files by using the `include` or `extends` directive

````jade
````jade
include ./_partial-name-here
````
extends ./_partial-name-here
````

Partials are referenced relatively.
Partials are referenced relatively.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "polvo-jade",
"version": "0.1.0",
"version": "0.2.0",
"author": "Anderson Arboleya <anderson@arboleya.me>",
"description": "Jade plugin for Polvo",
"keywords": [
Expand Down

0 comments on commit 49e38a3

Please sign in to comment.