open-nomad/website/Makefile

11 lines
109 B
Makefile
Raw Normal View History

all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
2016-02-13 00:59:31 +00:00
bundle exec middleman build