diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-23 09:10:31 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-23 09:10:31 +0100 |
| commit | 3b15d49467a4ea81c3adf101b806d7236ba395bb (patch) | |
| tree | 66e1e924d535b9790730f76f3bdc148b5b774947 /Makefile | |
| parent | Inlined simple scripts in the makefile (diff) | |
| download | volpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.tar.gz volpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.tar.bz2 volpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.zip | |
Better build script, allow static files in content folder
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -22,10 +22,7 @@ build_sass: clean | |||
| 22 | build_content: clean | 22 | build_content: clean |
| 23 | @scripts/build_content.sh | 23 | @scripts/build_content.sh |
| 24 | 24 | ||
| 25 | copy_static: clean | 25 | build: build_fonts build_sass build_content |
| 26 | @cp -r static/* output/ | ||
| 27 | |||
| 28 | build: build_fonts build_sass build_content copy_static | ||
| 29 | # @pigz -R -k -9 -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\)'` | 26 | # @pigz -R -k -9 -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\)'` |
| 30 | 27 | ||
| 31 | watch_sass: build | 28 | watch_sass: build |
