Skip to content

Commit

Permalink
DEBUG downgrade Fomantic-UI 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 14, 2022
1 parent 1363c65 commit a6ee800
Show file tree
Hide file tree
Showing 17 changed files with 22,358 additions and 29,931 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ jobs:
cp public.orig/external/postinstall.js public/external
npm install --loglevel=error -g pug-cli less less-plugin-clean-css uglify-js
(cd js && npm ci --loglevel=error)
(cd public/external && npm ci --loglevel=error && git clean -dxfq .)
# uncomment and remove line below once Fomantic-UI 2.9.0 is released (cd public/external && npm ci --loglevel=error && git clean -dxfq .)
(cd public/external && npm ci --ignore-scripts --loglevel=error && npm run postinstall && git clean -dxfq .)
- name: Lint JS files (only for Slow)
if: matrix.type == 'Chrome Slow'
Expand Down
9 changes: 8 additions & 1 deletion public/external/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@
!/fomantic-ui/dist/themes/default/assets/fonts/
/fomantic-ui/dist/themes/default/assets/fonts/*
!/fomantic-ui/dist/themes/default/assets/fonts/*.woff2
/fomantic-ui/dist/themes/default/assets/fonts/Lato*.woff2
!/fomantic-ui/dist/themes/default/assets/images/
/fomantic-ui/dist/themes/default/assets/images/*
!/fomantic-ui/dist/themes/default/assets/images/flags.png

!/form-serializer/LICENS*
!/form-serializer/dist/
/form-serializer/dist/*
!/form-serializer/dist/*.js

!/jquery/LICENS*
!/jquery/dist/
Expand Down
Loading

0 comments on commit a6ee800

Please sign in to comment.