mirror of https://github.com/hashicorp/packer
Merge pull request #2396 from mitchellh/f-edit-docs
Add 'edit these docs' link in the website footerpull/2404/head
commit
db10f7c0ce
@ -0,0 +1,10 @@
|
||||
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
|
||||
Loading…
Reference in new issue