diff options
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 |
