Skip to content

Commit

Permalink
chore: tables WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pethel committed Jul 12, 2024
1 parent 3a4d6b2 commit c32b6df
Show file tree
Hide file tree
Showing 55 changed files with 1,257 additions and 3,162 deletions.
13 changes: 8 additions & 5 deletions component-overview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand All @@ -16,7 +16,10 @@ 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/reactdoc.json gen-src/examples/index.js
# $(rollup) -c

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

lib/style.css: src/style.less
Expand All @@ -30,9 +33,9 @@ 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/reactdoc.json:
# mkdir -p $(dir $@)
# cd ../packages; $(reactDocgen) --pretty --out ../component-overview/$@ $(REACT_FILES)

gen-src/package-list.json:
mkdir -p $(dir $@)
Expand Down
101 changes: 0 additions & 101 deletions component-overview/examples/tables/Table-advanced.jsx

This file was deleted.

Loading

0 comments on commit c32b6df

Please sign in to comment.