Skip to content

Commit

Permalink
chore(): update to latest dgeni
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 22, 2014
1 parent dcebf9b commit 9779e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/templates/demo_script.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ angular.module(<@ if doc.demoData @>'<$ doc.demoData.module $>'

document.body.appendChild(form[0]);
form[0].submit();

$ionicLoading.show({
template: 'Opening in Scratchpad...'
});
};
<@ endif @>
})
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gulp.task('docs', function(done) {
return process.exit(1);
}
process.env.DOC_VERSION = docVersion;
return dgeni(__dirname + '/docs/docs.config.js').generateDocs().then(function() {
return dgeni.generator(__dirname + '/docs/docs.config.js')().then(function() {
gutil.log('Docs for', gutil.colors.cyan(docVersion), 'generated!');
});
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"karma-sauce-launcher": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"sauce-connect-launcher": "^0.2.2",
"dgeni": "^0.2.0",
"dgeni-packages": "^0.7.1",
"dgeni": "angular/dgeni#master",
"dgeni-packages": "angular/dgeni-packages#master",
"gulp-template": "^0.1.1",
"gulp-concat": "^2.1.7",
"gulp-jshint": "^1.5.0",
Expand Down

0 comments on commit 9779e35

Please sign in to comment.