UNPKG

generator-angular2gen

Version:

A simple way to learn Angular2 with angular2gen !

10 lines (8 loc) 335 B
import gulp from 'gulp'; import path from 'path'; import {TEMPLATE_DIR} from '../../gulp.conf'; import {typescript} from '../../utils/typescript'; ///////////////////// Typescript Tasks ///////////////////// gulp.task('karma:ts:prod', () => { return typescript([path.join(TEMPLATE_DIR, '**', '*.ts')], TEMPLATE_DIR); });