-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.3.0' into v1
- Loading branch information
Showing
20 changed files
with
1,900 additions
and
1,100 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
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,8 @@ | ||
ARG TAG=12-alpine | ||
FROM nystudio107/node-dev-base:$TAG | ||
|
||
WORKDIR /app/buildchain/ | ||
|
||
CMD ["run build"] | ||
|
||
ENTRYPOINT ["npm"] |
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,22 @@ | ||
TAG?=12-alpine | ||
CONTAINER?=recipe-buildchain | ||
DEST?=../../sites/nystudio107/web/docs/recipe | ||
|
||
.PHONY: docs install npm | ||
|
||
docker: | ||
docker build \ | ||
. \ | ||
-t nystudio107/${CONTAINER}:${TAG} \ | ||
--build-arg TAG=${TAG} \ | ||
--no-cache | ||
docs: | ||
docker container run \ | ||
--name ${CONTAINER} \ | ||
--rm \ | ||
-t \ | ||
-v `pwd`:/app \ | ||
nystudio107/${CONTAINER}:${TAG} \ | ||
run docs | ||
rm -rf ${DEST} | ||
mv ./docs/docs/.vuepress/dist ${DEST} |
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,36 @@ | ||
{ | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Welch", | ||
"url": "https://nystudio107.com" | ||
}, | ||
"browser": "./src/Recipe.php", | ||
"bugs": { | ||
"email": "[email protected]", | ||
"url": "https://nystudio107.com" | ||
}, | ||
"dependencies": { | ||
}, | ||
"description": "A comprehensive recipe FieldType for Craft CMS that includes metric/imperial conversion, portion calculation, and JSON-LD microdata support", | ||
"devDependencies": { | ||
}, | ||
"homepage": "https://nystudio107.com", | ||
"keywords": [ | ||
"recipe", | ||
"craftcms", | ||
"craft", | ||
"cms", | ||
"plugin" | ||
], | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"name": "recipe", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nystudio107/craft-recipe.git" | ||
}, | ||
"scripts": { | ||
"docs": "cd ../docs && rm -f package-lock.json && npm install && npm run docs:build" | ||
}, | ||
"version": "1.3.0" | ||
} |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.