File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 57
57
"rjs-build-analysis" : " 0.0.3" ,
58
58
"rxjs" : " 5.0.0-beta.0" ,
59
59
"systemjs" : " 0.19.6" ,
60
- "tslint" : " ^2.5.0-beta" ,
61
60
"zone.js" : " 0.5.10"
62
61
},
63
62
"engines" : {
76
75
"lodash" : " ^2.4.1" ,
77
76
"sinon" : " 1.16.1" ,
78
77
"systemjs-builder" : " ^0.14.15" ,
78
+ "tslint" : " ^3.2.0" ,
79
79
"typescript" : " ^1.7.5"
80
80
}
81
81
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import bootstrap = require('bootstrap');
17
17
import kbn = require( 'app/core/utils/kbn' ) ;
18
18
import config = require( 'app/core/config' ) ;
19
19
20
- // import {Component} from 'vendor/npm/ angular2/core';
20
+ // import {Component} from 'angular2/core';
21
21
// console.log(Component);
22
22
23
23
export class GrafanaApp {
Original file line number Diff line number Diff line change 69
69
70
70
< script >
71
71
System . import ( 'app/app' ) . then ( function ( app ) {
72
+ console . log ( app )
72
73
app . init ( ) ;
73
74
} ) . catch ( function ( err ) {
74
75
console . log ( 'Loading app module failed: ' , err ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = function(grunt) {
12
12
console . log ( 'Starting systemjs-builder' ) ;
13
13
14
14
builder
15
- . bundle ( 'app/app' , 'public_gen/app/app.js' )
15
+ . bundle ( 'app/app + app/features/all ' , 'public_gen/app/app.js' )
16
16
. then ( function ( ) {
17
17
console . log ( 'Build complete' ) ;
18
18
done ( ) ;
You can’t perform that action at this time.
0 commit comments