Use vendored semantic UI CSS and JS

This commit is contained in:
Eliot Berriot 2018-12-19 22:04:35 +01:00
parent ba68246e0d
commit 7c671177a8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
15 changed files with 484 additions and 40401 deletions

View file

@ -22,12 +22,9 @@ import globals from '@/components/globals' // eslint-disable-line
sync(store, router)
window.$ = window.jQuery = require('jquery')
// this is absolutely dirty but at the moment, semantic UI does not
// play really nice with webpack and I want to get rid of Google Fonts
// require('./semantic/semantic.css')
require('semantic-ui-css/semantic.js')
require('./semantic.js')
require('masonry-layout')
let availableLanguages = (function () {
let l = {}
locales.locales.forEach(c => {