Skip to content

Commit 19e2133

Browse files
committed
fix(demo): include bootstrap in demo
1 parent 9a8dac6 commit 19e2133

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ module.exports = function (grunt) {
136136
markup: 'html',
137137
stylesheet: 'sass',
138138
router: 'uirouter',
139+
bootstrap: true,
140+
uibootstrap: true,
139141
mongoose: true,
140142
auth: true,
141143
oauth: ['googleAuth', 'twitterAuth'],

test/test-file-creation.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ describe('angular-fullstack generator', function () {
1313
markup: 'html',
1414
stylesheet: 'sass',
1515
router: 'uirouter',
16+
bootstrap: true,
17+
uibootstrap: true,
1618
mongoose: true,
1719
auth: true,
1820
oauth: [],

0 commit comments

Comments
 (0)