- Delete doc/site/style.css and add doc/site/style.scss with Sass variables, Dosis header font, box-sizing, absolute header positioning, and link hover effects - Update template.html to reference Dosis font, lowercase nav headings, and change tagline to "a classy little scripting language" - Add .sass-cache/ to .gitignore and rename Makefile phony target from docs to builtin - Modify generate_docs.py to compile style.scss via sass subprocess instead of copying static CSS - Tweak performance.markdown and qa.markdown for minor wording improvements
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
# Intermediate files directory.
|
|
build/
|
|
build_xcode/
|
|
.sass-cache/
|
|
|
|
# Built applications.
|
|
wren
|
|
wrend
|
|
|
|
# XCode user-specific stuff.
|
|
xcuserdata/
|
|
*.xccheckout
|
|
|
|
# I leave a temporary Wren script at the top level so that I can quickly test
|
|
# stuff.
|
|
scratch.wren
|
|
|
|
# The baseline file is machine-specific, so doesn't get checked in.
|
|
benchmark/baseline.txt
|