all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build