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

Develop rewrite ffe tables #2142

Merged
merged 4 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions component-overview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

rollup := ../node_modules/.bin/rollup
lessc := ../node_modules/.bin/lessc
reactDocgen := ../node_modules/.bin/react-docgen
lerna := ./node_modules/.bin/lerna
parcel := ../node_modules/.bin/parcel

Expand All @@ -16,7 +15,7 @@ all: build

build: lib/index.js lib/style.css

lib/index.js: gen-src/package-list.json gen-src/reactdoc.json gen-src/examples/index.js
lib/index.js: gen-src/package-list.json gen-src/examples/index.js
$(rollup) -c

lib/style.css: src/style.less
Expand All @@ -30,15 +29,10 @@ lib/style.css: src/style.less
gen-src/examples/index.js: $(EXAMPLE_FILES)
node scripts/compile-ejsx.js $(EXAMPLE_FILES)

gen-src/reactdoc.json:
mkdir -p $(dir $@)
cd ../packages; $(reactDocgen) --pretty --out ../component-overview/$@ $(REACT_FILES)

gen-src/package-list.json:
mkdir -p $(dir $@)
cd ..; ($(lerna) list --json --loglevel error --scope '@sb1/ffe-*' --ignore '@sb1/ffe-component-index'| sed 's?'`pwd`'??'>component-overview/$@)


ghpages: build/index.html build/404.html

build/%.html: webapp/%.html
Expand Down
103 changes: 0 additions & 103 deletions component-overview/examples/tables/Table-advanced.jsx

This file was deleted.

Loading
Loading