Skip to content

Commit

Permalink
abe-cli v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Aug 29, 2016
1 parent bfe4866 commit 3b266df
Show file tree
Hide file tree
Showing 14 changed files with 1,001 additions and 846 deletions.
1 change: 1 addition & 0 deletions dist/cli/helpers/abe-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var create = function create(template, path, name, req) {

_cli.Hooks.instance.trigger('afterCreate', json, text, path, name, req, forceJson);
(0, _cli.save)(filePath, req.query.selectTemplate, json, text, 'draft', null, 'draft').then(function (resSave) {
_cli.Manager.instance.updateList();
filePath = resSave.htmlPath;
tplUrl = _cli.FileParser.getFileDataFromUrl(filePath);
resolve(resSave.json);
Expand Down
Loading

0 comments on commit 3b266df

Please sign in to comment.