Skip to content

Commit 73bd8ef

Browse files
committed
lots of adjustment - using picocss instead of semantic
1 parent c817909 commit 73bd8ef

29 files changed

+3225
-759
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bower_components/
2+
node_modules/

build.sh

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
#!/bin/bash
2-
ltext "src/wrapper.html (src/content.html src/preview.html src/usage.html \
3-
src/download.html (src/advanced.html src/typechecking.html src/partial.html \
4-
src/debugging.html))" --raw "src/preview.html" --raw "src/usage.html" \
5-
--raw "src/download.html" --raw "src/typechecking.html" --raw "src/partial" \
6-
--raw "src/debugging" --raw "src/debugging.html" > index.html
2+
npx sass src/main.scss main.css && \
3+
npx css-minify -f main.css -o ./ && \
4+
ltext "src/wrapper.html \
5+
(src/content.html \
6+
src/content/preview.html \
7+
src/content/usage.html \
8+
src/content/download.html \
9+
(src/content/advanced.html \
10+
src/content/advanced/typechecking.html \
11+
src/content/advanced/partial.html \
12+
src/content/advanced/debugging.html))" \
13+
--raw "src/content/preview.html" \
14+
--raw "src/content/usage.html" \
15+
--raw "src/content/download.html" \
16+
--raw "src/content/advanced/typechecking.html" \
17+
--raw "src/content/advanced/partial" \
18+
--raw "src/content/advanced/debugging" > index.html

img/copy.svg

Lines changed: 1 addition & 0 deletions
Loading
File renamed without changes.
File renamed without changes.

img/mark-github.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 307 additions & 324 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)