|
|
|
|
|
by nicoburns
1502 days ago
|
|
> "You need to compile your assets" they say, just a cat *.css > site.css would do it. The sassc CLI app is pretty good for this. It's a single binary, has a watch mode, and just compiles SASS to CSS. Although for a 404 page that probably is unnecessary (unless it's pulling in shared styles from somewhere else of course). |
|