diff options
| author | Teddy Wing | 2018-11-08 16:27:22 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-08 16:27:22 +0100 |
| commit | 6e061780be4a5c0f2543d314f37cb25601d4b286 (patch) | |
| tree | ebc98eac836aba18085d7f9e3baf069c79a8f113 /Makefile | |
| parent | dddf70e6e2168a72ea6401045ee29967befc915c (diff) | |
| download | dome-key-web-6e061780be4a5c0f2543d314f37cb25601d4b286.tar.bz2 | |
Makefile: Remove empty lines from 'styles.css'
There were a bunch of useless empty lines in the Hasp output. Would
rather have had a single newline between each CSS rule, but this is
close enough. At least it looks better.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ assets/styles.css: assets/stylesheets/main.hcss \ assets/stylesheets/*.hcss \ assets/stylesheets/*.css hasp $< > $@ + sed -i .bak '/^$$/d' $@ + rm "$@.bak" |
