mirror of https://github.com/luizdepra/hugo-coder.git

Ihor Dvoretskyi
21.02.2018 d2a8b2219aa9d3eae7999a3935882f2bee71dc24
Typo fixed that crashes the demo build (#23)

1 files modified
2 ■■■ changed files
Makefile 2 ●●● patch | view | raw | blame | history
Makefile
@@ -23,7 +23,7 @@
    cp -r $(current_dir)/layouts/* exampleSite/themes/coder/layouts
    cp -r $(current_dir)/static/* exampleSite/themes/coder/static
    cp -r $(current_dir)/theme.toml exampleSite/themes/coder/theme.toml
    cd examplesite && hugo serve -D
    cd exampleSite && hugo serve -D
clean:
    rm -f $(CSS_DIR)/*.css