2015-07-06 16:53:17 -04:00
|
|
|
all: build
|
|
|
|
|
|
|
|
init:
|
|
|
|
bundle
|
|
|
|
|
|
|
|
dev: init
|
|
|
|
PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman server
|
|
|
|
|
|
|
|
build: init
|
|
|
|
PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman build
|
2015-07-22 20:18:08 -04:00
|
|
|
|
|
|
|
format:
|
|
|
|
bundle exec htmlbeautifier -t 2 source/*.erb
|
|
|
|
bundle exec htmlbeautifier -t 2 source/layouts/*.erb
|