- npm build does now also include building css files. - Source javascript and css are now defined in the source directories (eveai_app or eveai_chat_client), and automatically built for use with nginx - eveai.css is now split into several more manageable files (per control type)
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
// JavaScript imports
|
|
import { TabulatorFull as Tabulator } from 'tabulator-tables';
|
|
|
|
// Maak Tabulator globaal beschikbaar
|
|
window.Tabulator = Tabulator;
|