We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99880 commit 137b232Copy full SHA for 137b232
.npmignore
@@ -1,5 +1,6 @@
1
.gitignore
2
.eslintrc
3
+.travis.yml
4
node_modules/
5
npm-debug.log
6
/lib/*.es6
.travis.yml
@@ -0,0 +1,5 @@
+sudo: false
+language: node_js
+node_js:
+ - stable
+ - "0.12"
README.md
# PostHTML Extend
[](http://badge.fury.io/js/posthtml-extend)
+[](https://travis-ci.org/maltsev/posthtml-extend)
[PostHTML](https://github.com/posthtml/posthtml) plugin that allows a template to extend another templates (Jade-like).
0 commit comments