Typo fixed that crashes the demo build (#23)

This commit is contained in:
Ihor Dvoretskyi 2018-05-21 20:02:16 +03:00 committed by Luiz F. A. de Prá
parent 9a070c2380
commit d2a8b2219a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ demo: build
cp -r $(current_dir)/layouts/* exampleSite/themes/coder/layouts cp -r $(current_dir)/layouts/* exampleSite/themes/coder/layouts
cp -r $(current_dir)/static/* exampleSite/themes/coder/static cp -r $(current_dir)/static/* exampleSite/themes/coder/static
cp -r $(current_dir)/theme.toml exampleSite/themes/coder/theme.toml cp -r $(current_dir)/theme.toml exampleSite/themes/coder/theme.toml
cd examplesite && hugo serve -D cd exampleSite && hugo serve -D
clean: clean:
rm -f $(CSS_DIR)/*.css rm -f $(CSS_DIR)/*.css