diff --git a/internal/parcel.js b/internal/parcel.js index 610965e..f6b6452 100644 --- a/internal/parcel.js +++ b/internal/parcel.js @@ -11,7 +11,7 @@ const options = { cache: process.env.NODE_ENV !== 'production', cacheDir: '.cache', contentHash: false, - minify: process.env.NODE_ENV === 'production', + minify: false, scopeHoist: false, target: 'browser', bundleNodeModules: false, diff --git a/src/views/partials/menu-left.pug b/src/views/partials/menu-left.pug index 7af2fb1..e045c18 100644 --- a/src/views/partials/menu-left.pug +++ b/src/views/partials/menu-left.pug @@ -10,8 +10,8 @@ solid-widget(name='hubl-menu-jabberid') solid-widget(name='hubl-menu-publicprivate') template - div.text-simple-line-icons( - class="${value == 'Public' ? 'text-large': 'text-xsmall'}" + div( + class="${value == 'Public' ? 'text-simple-line-icons text-large': 'text-simple-line-icons text-xsmall'}" ) ${value == 'Public' ? '#' : ''} solid-widget(name='hubl-create-contact')