Skip to content

Commit

Permalink
add serve task to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoylan committed Feb 24, 2013
1 parent 684dd37 commit 4e376a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
@@ -1,4 +1,5 @@
HYDE_CONFIG = production.yaml
#HYDE_CONFIG = production.yaml
HYDE_CONFIG = site.yaml
MEDIA_DIR = content/media
SITE_DIR = deploy
TO_REMOVE = $(SITE_DIR)/media/sass $(SITE_DIR)/media/.sass-cache
Expand All @@ -19,6 +20,9 @@ build: clean
./.run_hyde gen -c $(HYDE_CONFIG)
rm -rf $(TO_REMOVE)

serve: build
./.run_hyde serve

package: build
# minify and compress js and css
echo "packaging..."
Expand Down

0 comments on commit 4e376a1

Please sign in to comment.