Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from ginetta/jade-inline-helper
Browse files Browse the repository at this point in the history
Jade inline helper
  • Loading branch information
peterbraden committed Oct 27, 2015
2 parents 7cd99d3 + 8cfbce7 commit 38fbcba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion gulp/utils/pagesHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
var yamljs = require('yamljs');
var _ = require('lodash');
var markdown = require('marked');
var jadeInline = require('jade-inline-file');

module.exports = function (config) {
var srcDir = config.basePaths.src;
Expand Down Expand Up @@ -101,6 +102,7 @@ module.exports = function (config) {

return {
mergeDefaultOptions: mergeDefaultOptions,
markdown: markdown
markdown: markdown,
inline: jadeInline
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"postinstall": "node_modules/bower/bin/bower install",
"postupdate": "node_modules/bower/bin/bower install"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.6.5",
Expand All @@ -33,6 +32,7 @@
"gulp-util": "^3.0.4",
"jade": "^1.11.0",
"jade-glob-include": "^1.0.1",
"jade-inline-file": "^0.1.0",
"lodash": "^3.7.0",
"marked": "^0.3.3",
"merge-stream": "^0.1.7",
Expand Down

0 comments on commit 38fbcba

Please sign in to comment.