mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
- Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.
- Started to add CSS back.
This commit is contained in:
parent
a22eb8e841
commit
345f921fb9
11 changed files with 37 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
require.config({
|
||||
paths: {
|
||||
'angular': '../lib/angular/angular'
|
||||
, 'angular-route': '../lib/angular-route/angular-route'
|
||||
'angular': '../bower_components/angular/angular'
|
||||
, 'angular-route': '../bower_components/angular-route/angular-route'
|
||||
}
|
||||
, shim: {
|
||||
'angular': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue