Minimize Flo - factor out some inlined styles

Generate flo.css

CM extension to be added on the client side

Switch to joint.core

Update joint.core switch script

Try post-install

Proper postinstall stage

Remove support for joint.core switch
This commit is contained in:
BoykoAlex
2019-07-03 18:28:08 -04:00
parent 13238cd6f4
commit fccf7784ab
8 changed files with 80 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ const SCROLLBAR_SIZE = 17;
@Component({
selector: 'flo-editor',
templateUrl: './editor.component.html',
styleUrls: ['./../../../node_modules/jointjs/dist/joint.css', './editor.component.scss'],
styleUrls: ['./editor.component.scss'],
encapsulation: ViewEncapsulation.None
})
export class EditorComponent implements OnInit, OnDestroy {