diff --git a/.kibana-plugin-helpers.json b/.kibana-plugin-helpers.json deleted file mode 100644 index 142c365..0000000 --- a/.kibana-plugin-helpers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "styleSheetToCompile": "public/index.scss" -} \ No newline at end of file diff --git a/index.js b/index.js index dcbe4ca..9572ecb 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ export default function (kibana) { - console.log('getCSS', resolve(__dirname, 'public/index.scss')); return new kibana.Plugin({ uiExports: { visTypes: [ diff --git a/public/index.scss b/public/index.scss deleted file mode 100644 index 536b8f5..0000000 --- a/public/index.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import 'src/ui/public/styles/styling_constants'; - - -@import 'index' \ No newline at end of file