mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(systemjs): minor change
This commit is contained in:
parent
3b8e478a6a
commit
7c06b5cc22
@ -28,7 +28,7 @@ import * as routes from 'app/core/routes/all';
|
||||
// export * from './directives/give_focus'
|
||||
// export * from './filters/filters'
|
||||
|
||||
import {Component} from 'vendor/jspm/angular2/core';
|
||||
import {Component} from 'vendor/npm/angular2/core';
|
||||
console.log(Component);
|
||||
|
||||
// console.log(Component);
|
||||
|
4
public/app/headers/common.d.ts
vendored
4
public/app/headers/common.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
///<reference path="lodash/lodash.d.ts" />
|
||||
///<reference path="moment/moment.d.ts" />
|
||||
///<reference path="../../vendor/jspm/angular2/typings/tsd.d.ts" />
|
||||
///<reference path="../../vendor/jspm/angular2/manual_typings/globals.d.ts" />
|
||||
///<reference path="../../vendor/npm/angular2/typings/tsd.d.ts" />
|
||||
///<reference path="../../vendor/npm/angular2/manual_typings/globals.d.ts" />
|
||||
|
||||
// dummy modules
|
||||
declare module 'app/core/config' {
|
||||
|
@ -34,7 +34,7 @@ System.config({
|
||||
},
|
||||
|
||||
map: {
|
||||
'vendor/jspm/angular2': 'angular2',
|
||||
'vendor/npm/angular2': 'angular2',
|
||||
app: 'public/app',
|
||||
vendor: 'public/vendor',
|
||||
},
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user