Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use npm to manage fomantic and only build needed components #9561

Merged
merged 14 commits into from
Jan 21, 2020
Prev Previous commit
Next Next commit
Fix something
  • Loading branch information
lunny committed Jan 20, 2020
commit 02d0f79f812d96ec359e25df2de114be42bc5338
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ CSS_SOURCES ?= $(shell find web_src/less -type f)

JS_DEST := public/js/index.js
CSS_DEST := public/css/index.css

BINDATA_DEST := modules/public/bindata.go modules/options/bindata.go modules/templates/bindata.go

JS_DEST_DIR := public/js
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.19.1",
"fomantic-ui": "2.8.3",
"less": "3.10.3",
"postcss-cli": "7.1.0",
"style-loader": "1.1.2",
Expand Down
2 changes: 2 additions & 0 deletions semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"menu",
"message",
"modal",
"popup",
"progress",
"reset",
lunny marked this conversation as resolved.
Show resolved Hide resolved
"search",
"segment",
Expand Down