-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9acba01
commit 300502b
Showing
4 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
SHELL := /bin/bash | ||
|
||
TARGET := $(shell echo $${PWD\#\#*/}) | ||
.DEFAULT_GOAL: $(TARGET) | ||
|
||
VERSION := $(shell cat ./VERSION) | ||
BUILD := `git rev-parse HEAD` | ||
|
||
|
||
.PHONY: build dep dev | ||
|
||
all: dep build | ||
|
||
build: | ||
@yarn run build | ||
|
||
dev: | ||
@yarn run dev | ||
|
||
dep: | ||
@yarn install | ||
|
||
version: | ||
@echo $(VERSION) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hugo: npm run watch-hugo | ||
webpack: npm run watch-js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,10 +145,22 @@ array-differ@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" | ||
|
||
array-filter@~0.0.0: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" | ||
|
||
array-find-index@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" | ||
|
||
array-map@~0.0.0: | ||
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" | ||
|
||
array-reduce@~0.0.0: | ||
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" | ||
|
||
array-union@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" | ||
|
@@ -1434,7 +1446,7 @@ [email protected]: | |
version "2.6.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d" | ||
|
||
commander@^2.9.0: | ||
commander@^2.15.1, commander@^2.9.0: | ||
version "2.15.1" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" | ||
|
||
|
@@ -1928,6 +1940,10 @@ esutils@^2.0.2: | |
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" | ||
|
||
eventemitter3@^3.0.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163" | ||
|
||
events@^1.0.0: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924" | ||
|
@@ -2136,6 +2152,12 @@ flush-write-stream@^1.0.0: | |
inherits "^2.0.1" | ||
readable-stream "^2.0.4" | ||
|
||
follow-redirects@^1.0.0: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.0.tgz#234f49cf770b7f35b40e790f636ceba0c3a0ab77" | ||
dependencies: | ||
debug "^3.1.0" | ||
|
||
for-in@^0.1.3: | ||
version "0.1.8" | ||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" | ||
|
@@ -2156,6 +2178,15 @@ for-own@^1.0.0: | |
dependencies: | ||
for-in "^1.0.1" | ||
|
||
foreman@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/foreman/-/foreman-3.0.0.tgz#19f89eb6d496ac864767f9938dce6914e20568f5" | ||
dependencies: | ||
commander "^2.15.1" | ||
http-proxy "^1.17.0" | ||
mustache "^2.2.1" | ||
shell-quote "^1.6.1" | ||
|
||
forever-agent@~0.6.1: | ||
version "0.6.1" | ||
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" | ||
|
@@ -2618,6 +2649,14 @@ [email protected]: | |
version "3.8.1" | ||
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" | ||
|
||
http-proxy@^1.17.0: | ||
version "1.17.0" | ||
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz#7ad38494658f84605e2f6db4436df410f4e5be9a" | ||
dependencies: | ||
eventemitter3 "^3.0.0" | ||
follow-redirects "^1.0.0" | ||
requires-port "^1.0.0" | ||
|
||
http-signature@~1.1.0: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" | ||
|
@@ -3589,6 +3628,10 @@ multimatch@^2.0.0: | |
arrify "^1.0.0" | ||
minimatch "^3.0.0" | ||
|
||
mustache@^2.2.1: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/mustache/-/mustache-2.3.0.tgz#4028f7778b17708a489930a6e52ac3bca0da41d0" | ||
|
||
[email protected]: | ||
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" | ||
|
@@ -4763,6 +4806,10 @@ require-main-filename@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
|
||
requires-port@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" | ||
|
||
resolve-cwd@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" | ||
|
@@ -4985,6 +5032,15 @@ shebang-regex@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" | ||
|
||
shell-quote@^1.6.1: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" | ||
dependencies: | ||
array-filter "~0.0.0" | ||
array-map "~0.0.0" | ||
array-reduce "~0.0.0" | ||
jsonify "~0.0.0" | ||
|
||
shelljs@^0.8.0: | ||
version "0.8.1" | ||
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1" | ||
|