diff --git a/Gruntfile.js b/Gruntfile.js index afeaa0abc..9819a4041 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'], diff --git a/test/test-file-creation.js b/test/test-file-creation.js index 2dc0ee548..774a6f658 100644 --- a/test/test-file-creation.js +++ b/test/test-file-creation.js @@ -13,6 +13,8 @@ describe('angular-fullstack generator', function () { markup: 'html', stylesheet: 'sass', router: 'uirouter', + bootstrap: true, + uibootstrap: true, mongoose: true, auth: true, oauth: [],