mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Remove second tsc task from build
This commit is contained in:
parent
016ad7e0ad
commit
a482c0b29e
|
@ -41,6 +41,7 @@ gulp.task('copyDebug', () => {
|
|||
|
||||
gulp.task('rebuild', function(done) {
|
||||
return runSequence(
|
||||
'tsc',
|
||||
'inlineTemplates',
|
||||
'bundle',
|
||||
'concatDeps',
|
||||
|
@ -81,7 +82,7 @@ gulp.task('tsc', function() {
|
|||
// .pipe(gulp.dest(config.tmp));
|
||||
// }
|
||||
|
||||
gulp.task('inlineTemplates', ['tsc', 'sass'], function() {
|
||||
gulp.task('inlineTemplates', ['sass'], function() {
|
||||
return gulp.src('.tmp/**/*.js', { base: './tmp' })
|
||||
.pipe(replace(/'(.*?)\.css'/g, '\'$1.scss\''))
|
||||
.pipe(inlineNg2Template({
|
||||
|
|
Loading…
Reference in New Issue
Block a user