Skip to content
Snippets Groups Projects
Commit 8fc7f031 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

emove BULMA.CSS from dependencies

parent 03d9d043
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
"vpu-common": "file:./vendor/common" "vpu-common": "file:./vendor/common"
}, },
"dependencies": { "dependencies": {
"bulma": "^0.7.5",
"lit-element": "^2.1.0" "lit-element": "^2.1.0"
}, },
"scripts": { "scripts": {
......
...@@ -42,15 +42,6 @@ export default { ...@@ -42,15 +42,6 @@ export default {
include: 'node_modules/**' include: 'node_modules/**'
}), }),
json(), json(),
url({ // TODO: remove when dependecy for BULMA.CSS is deleted
limit: 0,
include: [
"node_modules/bulma/**/*.css",
"node_modules/bulma/**/*.sass",
],
emitFiles: true,
fileName: 'shared/[name].[hash][extname]'
}),
(build !== 'local' && build !== 'test') ? terser() : false, (build !== 'local' && build !== 'test') ? terser() : false,
copy({ copy({
targets: [ targets: [
......
...@@ -2,7 +2,6 @@ import {i18n} from './i18n.js'; ...@@ -2,7 +2,6 @@ import {i18n} from './i18n.js';
import {html, LitElement} from 'lit-element'; import {html, LitElement} from 'lit-element';
import './vpu-auth'; import './vpu-auth';
import * as commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
import bulmaCSSPath from "bulma/css/bulma.min.css";
class AuthDemo extends LitElement { class AuthDemo extends LitElement {
constructor() { constructor() {
......
...@@ -3,7 +3,6 @@ import {html, css, LitElement} from 'lit-element'; ...@@ -3,7 +3,6 @@ import {html, css, LitElement} from 'lit-element';
import JSONLD from 'vpu-common/jsonld' import JSONLD from 'vpu-common/jsonld'
import * as commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
import 'vpu-common/vpu-icon.js'; import 'vpu-common/vpu-icon.js';
import bulmaCSSPath from "bulma/css/bulma.min.css";
/** /**
* Keycloak auth web component * Keycloak auth web component
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment