Skip to content

Commit

Permalink
Merged branch fix-import into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Sep 30, 2016
2 parents 6aa1a80 + ba86ff2 commit 40262a5
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 263 deletions.
2 changes: 1 addition & 1 deletion dist/cli/helpers/abe-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function includePartials(text) {
var partial = '';
file = _path2.default.join(_cli.config.root, _cli.config.partials, file);
if (_cli.fileUtils.isFile(file)) {
partial = _fsExtra2.default.readFileSync(file, 'utf8');
partial = includePartials(_fsExtra2.default.readFileSync(file, 'utf8'));
}
text = text.replace((0, _cli.escapeTextToRegex)(abeImport, 'g'), partial);
});
Expand Down
Loading

0 comments on commit 40262a5

Please sign in to comment.