Skip to content

Commit e1ce2ba

Browse files
committed
fix: ensure upstream Draft.css is inlined, cont’d
1 parent 87e234e commit e1ce2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gulp.task('compileRichEditorComponentSass', function () {
3232
.pipe(gulp.dest(`${src}/${lib}/editors`));
3333
});
3434

35-
gulp.task('inlineCss', ['copyEditorTs', 'copyLibTs', 'compileRichEditorComponentSass'], function () {
35+
gulp.task('inlineCss', ['copyEditorTs', 'copyLibTs', 'vendorDraftJsCss', 'compileRichEditorComponentSass'], function () {
3636
inlineSync(
3737
`${src}/${lib}/draft-js.component.ts`,
3838
`${dest}/${lib}/draft-js.component.ts`);

0 commit comments

Comments
 (0)