Read categories from examples.json.
This commit is contained in:
parent
94cfd4fce4
commit
a7298a1c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ assets :
|
|||
example-data.js :
|
||||
( \
|
||||
echo "openscad_examples = ["; \
|
||||
for a in Basics Functions Shapes Extrusion Advanced; \
|
||||
for a in `grep '\[' ../../examples/examples.json | tr -d ' \t":[]'`; \
|
||||
do \
|
||||
echo " {"; \
|
||||
echo " name : \"$$a\","; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue