Skip to content

Commit 978489f

Browse files
author
Iļja Ketris
committed
SCSS is back
1 parent a0d6567 commit 978489f

File tree

9 files changed

+1614
-3971
lines changed

9 files changed

+1614
-3971
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ $ 20ful
2727

2828
You can also check the [example project](https://github.com/punund/20ful-example).
2929

30+
## What it does
31+
32+
The generator takes in your input files, possibly applies conversions, and
33+
writes them out, optionally starting a static web server for development.
34+
3035
## Running and command line options
3136

3237
`20ful build`
@@ -46,13 +51,7 @@ would like to watch for changes of the front end files.
4651

4752
#### --port
4853

49-
Port to listen on in `server` or `proxy` mode. Default is 3000.
50-
51-
52-
## What it does
53-
54-
The generator takes in your input files, possibly applies conversions, and
55-
writes them out.
54+
Port to listen on in `serve` or `proxy` mode. The default is 3000.
5655

5756
## Directory structure
5857

@@ -82,9 +81,9 @@ The generator natively supports the following conversions:
8281
* for JavaScript: LiveScript (`.ls`)
8382

8483
File type is determined by its suffix. All other files are copied as is to
85-
their destinations, including plain HTML, CSS, and JavasScript.
84+
their destinations, including plain HTML, CSS, JavaScript, binary files, etc.
8685

87-
Any file can have YAML-formatted, `---` delimited front matter (FM), which is
86+
Any file can have YAML-formatted, "`---`" delimited front matter (FM), which is
8887
stripped after processing. Some behavior is defined by the front matter data.
8988

9089
## Front matter attributes
@@ -112,7 +111,7 @@ Set of `<script>` attributes referring to JS files, if cache busting is enabled.
112111

113112
All special variables contain HTML and therefore must be passed in unsafe mode.
114113
Default template `system` is always present, and just renders the body, so you
115-
may want to name your first template "system".
114+
may want to name your first template "system" to override it.
116115

117116
### layout: _string_
118117

bin/compilers.js

Lines changed: 30 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)