- Timestamp:
- May 8, 2019, 3:46:34 AM (6 years ago)
- Branches:
- master
- Children:
- 0d430f2
- Parents:
- 0c2ded9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r0c2ded9 r9efdfcd 1 watch: 2 sassc ./css/mini.scss --style compressed > ./css/mini.css & \ 3 haunt serve --watch 1 build: 2 rm -rf site/ 3 sassc ./css/mini.scss --style compressed > ./css/mini.css 4 haunt build 5 mkdir site/posts 6 mkdir site/posts/dobryakov_employment 7 mv site/dobryakov_employment.html site/posts/dobryakov_employment/index.html 8 mkdir site/posts/pirogov_fp 9 mv site/pirogov_fp.html site/posts/pirogov_fp/index.html 10 mkdir site/posts/libreboot_x200t 11 mv site/libreboot_x200t.html site/posts/libreboot_x200t/index.html 12 haunt serve
Note:
See TracChangeset
for help on using the changeset viewer.