|
2 | 2 | require.config({ |
3 | 3 | baseUrl: '/scripts', |
4 | 4 | paths: { |
5 | | - angular: '../../bower_components/angular/angular', |
| 5 | + 'affix': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/affix', |
| 6 | + 'alert': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/alert', |
| 7 | + 'angular': '../../bower_components/angular/angular', |
6 | 8 | 'angular-route': '../../bower_components/angular-route/angular-route', |
7 | | - bootstrap: '../../bower_components/bootstrap/dist/js/bootstrap', |
8 | | - jquery: '../../bower_components/jquery/dist/jquery', |
9 | | - 'angular-mocks': '../../bower_components/angular-mocks/angular-mocks', |
10 | | - 'angular-scenario': '../../bower_components/angular-scenario/angular-scenario', |
11 | | - affix: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/affix', |
12 | | - alert: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/alert', |
13 | | - button: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/button', |
14 | | - carousel: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/carousel', |
15 | | - collapse: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse', |
16 | | - dropdown: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown', |
17 | | - tab: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab', |
18 | | - transition: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/transition', |
19 | | - scrollspy: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy', |
20 | | - modal: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/modal', |
21 | | - tooltip: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip', |
22 | | - popover: '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover', |
| 9 | + 'angular-translate': '../../bower_components/angular-translate/angular-translate', |
| 10 | + 'button': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/button', |
| 11 | + 'bootstrap': '../../bower_components/bootstrap/dist/js/bootstrap', |
| 12 | + 'carousel': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/carousel', |
| 13 | + 'collapse': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse', |
| 14 | + 'dropdown': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown', |
23 | 15 | 'es5-shim': '../../bower_components/es5-shim/es5-shim', |
24 | | - json3: '../../bower_components/json3/lib/json3', |
25 | | - moment: '../../bower_components/moment/moment', |
26 | | - requirejs: '../../bower_components/requirejs/require', |
27 | | - underscore: '../../bower_components/underscore/underscore', |
28 | | - 'angular-translate': '../../bower_components/angular-translate/angular-translate' |
| 16 | + 'jquery': '../../bower_components/jquery/dist/jquery', |
| 17 | + 'json3': '../../bower_components/json3/lib/json3', |
| 18 | + 'modal': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/modal', |
| 19 | + 'moment': '../../bower_components/moment/moment', |
| 20 | + 'popover': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover', |
| 21 | + 'requirejs': '../../bower_components/requirejs/require', |
| 22 | + 'scrollspy': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy', |
| 23 | + 'tab': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab', |
| 24 | + 'tooltip': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip', |
| 25 | + 'transition': '../../bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/transition' |
29 | 26 | }, |
30 | 27 | shim: { |
31 | 28 | angular: { |
|
0 commit comments