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
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@
"vpu-common": "file:./vendor/common"
},
"dependencies": {
"bulma": "^0.7.5",
"lit-element": "^2.1.0"
},
"scripts": {
......
......@@ -42,15 +42,6 @@ export default {
include: 'node_modules/**'
}),
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,
copy({
targets: [
......
......@@ -2,7 +2,6 @@ import {i18n} from './i18n.js';
import {html, LitElement} from 'lit-element';
import './vpu-auth';
import * as commonUtils from 'vpu-common/utils';
import bulmaCSSPath from "bulma/css/bulma.min.css";
class AuthDemo extends LitElement {
constructor() {
......
......@@ -3,7 +3,6 @@ import {html, css, LitElement} from 'lit-element';
import JSONLD from 'vpu-common/jsonld'
import * as commonUtils from 'vpu-common/utils';
import 'vpu-common/vpu-icon.js';
import bulmaCSSPath from "bulma/css/bulma.min.css";
/**
* Keycloak auth web component
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment