Merge branch 'ts2dart' of github.com:alexeagle/angular into ts2dart
Conflicts: gulpfile.js
This commit is contained in:
commit
35a376acdb
@ -357,10 +357,7 @@ gulp.task('build/format.dart.ts2dart', rundartpackage(gulp, gulpPlugins, {
|
|||||||
args: ['dart_style:format', '-w', 'dist/dart.ts2dart']
|
args: ['dart_style:format', '-w', 'dist/dart.ts2dart']
|
||||||
}));
|
}));
|
||||||
gulp.task('ts2dart', function(done) {
|
gulp.task('ts2dart', function(done) {
|
||||||
runSequence(
|
runSequence('build/transpile.dart.ts2dart', 'build/format.dart.ts2dart', done);
|
||||||
'build/transpile.dart.ts2dart', 'build/format.dart.ts2dart',
|
|
||||||
done
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// ------------
|
// ------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user