@@ -159,35 +159,35 @@ Generator.prototype.bootstrapJS = function bootstrapJS() {
159
159
160
160
// Wire Twitter Bootstrap plugins
161
161
this . indexFile = this . appendScripts ( this . indexFile , 'scripts/plugins.js' , [
162
- 'components /jquery/jquery.js' ,
163
- 'components /bootstrap-sass/js/bootstrap-affix.js' ,
164
- 'components /bootstrap-sass/js/bootstrap-alert.js' ,
165
- 'components /bootstrap-sass/js/bootstrap-dropdown.js' ,
166
- 'components /bootstrap-sass/js/bootstrap-tooltip.js' ,
167
- 'components /bootstrap-sass/js/bootstrap-modal.js' ,
168
- 'components /bootstrap-sass/js/bootstrap-transition.js' ,
169
- 'components /bootstrap-sass/js/bootstrap-button.js' ,
170
- 'components /bootstrap-sass/js/bootstrap-popover.js' ,
171
- 'components /bootstrap-sass/js/bootstrap-typeahead.js' ,
172
- 'components /bootstrap-sass/js/bootstrap-carousel.js' ,
173
- 'components /bootstrap-sass/js/bootstrap-scrollspy.js' ,
174
- 'components /bootstrap-sass/js/bootstrap-collapse.js' ,
175
- 'components /bootstrap-sass/js/bootstrap-tab.js'
162
+ 'bower_components /jquery/jquery.js' ,
163
+ 'bower_components /bootstrap-sass/js/bootstrap-affix.js' ,
164
+ 'bower_components /bootstrap-sass/js/bootstrap-alert.js' ,
165
+ 'bower_components /bootstrap-sass/js/bootstrap-dropdown.js' ,
166
+ 'bower_components /bootstrap-sass/js/bootstrap-tooltip.js' ,
167
+ 'bower_components /bootstrap-sass/js/bootstrap-modal.js' ,
168
+ 'bower_components /bootstrap-sass/js/bootstrap-transition.js' ,
169
+ 'bower_components /bootstrap-sass/js/bootstrap-button.js' ,
170
+ 'bower_components /bootstrap-sass/js/bootstrap-popover.js' ,
171
+ 'bower_components /bootstrap-sass/js/bootstrap-typeahead.js' ,
172
+ 'bower_components /bootstrap-sass/js/bootstrap-carousel.js' ,
173
+ 'bower_components /bootstrap-sass/js/bootstrap-scrollspy.js' ,
174
+ 'bower_components /bootstrap-sass/js/bootstrap-collapse.js' ,
175
+ 'bower_components /bootstrap-sass/js/bootstrap-tab.js'
176
176
] ) ;
177
177
} ;
178
178
179
179
Generator . prototype . extraModules = function extraModules ( ) {
180
180
var modules = [ ] ;
181
181
if ( this . resourceModule ) {
182
- modules . push ( 'components /angular-resource/angular-resource.js' ) ;
182
+ modules . push ( 'bower_components /angular-resource/angular-resource.js' ) ;
183
183
}
184
184
185
185
if ( this . cookiesModule ) {
186
- modules . push ( 'components /angular-cookies/angular-cookies.js' ) ;
186
+ modules . push ( 'bower_components /angular-cookies/angular-cookies.js' ) ;
187
187
}
188
188
189
189
if ( this . sanitizeModule ) {
190
- modules . push ( 'components /angular-sanitize/angular-sanitize.js' ) ;
190
+ modules . push ( 'bower_components /angular-sanitize/angular-sanitize.js' ) ;
191
191
}
192
192
193
193
if ( modules . length ) {
0 commit comments