Skip to content

Commit

Permalink
fix(demo): include bootstrap in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Aug 29, 2014
1 parent 9a8dac6 commit 19e2133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ module.exports = function (grunt) {
markup: 'html',
stylesheet: 'sass',
router: 'uirouter',
bootstrap: true,
uibootstrap: true,
mongoose: true,
auth: true,
oauth: ['googleAuth', 'twitterAuth'],
Expand Down
2 changes: 2 additions & 0 deletions test/test-file-creation.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ describe('angular-fullstack generator', function () {
markup: 'html',
stylesheet: 'sass',
router: 'uirouter',
bootstrap: true,
uibootstrap: true,
mongoose: true,
auth: true,
oauth: [],
Expand Down

0 comments on commit 19e2133

Please sign in to comment.