parent
45b33c5a90
commit
78875d57c8
|
@ -800,7 +800,7 @@ gulp.task('!pre.test.typings.layoutNodeModule', ['build.js.cjs'], function() {
|
|||
});
|
||||
gulp.task('!pre.test.typings.copyTypingsSpec', function() {
|
||||
return gulp
|
||||
.src(['typing_spec/basic_spec.ts'], {base: 'typing_spec'})
|
||||
.src(['typing_spec/*.ts'], {base: 'typing_spec'})
|
||||
.pipe(gulp.dest(path.join(tmpdir)));
|
||||
});
|
||||
gulp.task('test.typings', [
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
///<reference path="../dist/docs/typings/angular2/angular2.d.ts"/>
|
||||
///<reference path="../dist/docs/typings/angular2/router.d.ts"/>
|
||||
|
||||
import {Component, bootstrap, View} from 'angular2/angular2';
|
||||
import {RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS} from 'angular2/router';
|
||||
|
||||
|
|
Loading…
Reference in New Issue