Skip to content
Snippets Groups Projects
Commit 6bca5541 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

Merge branch 'MONSTER/-/0c47bd3d-4c63-47a4-bb77-50920de89e4d' into 'master'

Release 1.15.0

See merge request oss/libraries/javascript/monster!19
parents be7eb9c1 15d04f4d
No related branches found
No related tags found
No related merge requests found
Showing
with 932 additions and 481 deletions
...@@ -85,6 +85,7 @@ NPM := npm ...@@ -85,6 +85,7 @@ NPM := npm
make := make make := make
GIT := git GIT := git
NPX := npx NPX := npx
NODE := node
# Executable Programs the Installed be have to # Executable Programs the Installed be have to
EXECUTABLES = $(AWK) $(CP) $(KILL) $(M4) $(MV) rm mkdir $(SED) $(SORT) $(TOUCH) $(WGET) $(CHMOD) $(NPX) $(FIND) $(XARGS) $(GREP) $(NPM) $(GIT) $(NPX); EXECUTABLES = $(AWK) $(CP) $(KILL) $(M4) $(MV) rm mkdir $(SED) $(SORT) $(TOUCH) $(WGET) $(CHMOD) $(NPX) $(FIND) $(XARGS) $(GREP) $(NPM) $(GIT) $(NPX);
...@@ -400,6 +401,7 @@ release-monster: ...@@ -400,6 +401,7 @@ release-monster:
$(QUIET) $(MAKE) coverage-monster DONTOPENBROWSER=true $(QUIET) $(MAKE) coverage-monster DONTOPENBROWSER=true
$(QUIET) $(MAKE) test-browser-monster DONTOPENBROWSER=true $(QUIET) $(MAKE) test-browser-monster DONTOPENBROWSER=true
$(QUIET) $(MAKE) doc-2-aws $(QUIET) $(MAKE) doc-2-aws
$(QUIET) $(MAKE) doc-build-versions-dropdown
$(QUIET) $(MAKE) git-tag $(QUIET) $(MAKE) git-tag
$(QUIET) $(MAKE) transfer-monster $(QUIET) $(MAKE) transfer-monster
$(QUIET) $(MAKE) npm-publish-monster $(QUIET) $(MAKE) npm-publish-monster
...@@ -449,11 +451,17 @@ release: ...@@ -449,11 +451,17 @@ release:
.PHONY: doc .PHONY: doc
## generate docs ## generate docs
doc: test create-polyfill-monster doc: test create-polyfill-monster $(THIS_DIR)jsdoc.json
$(ECHOMARKER) "create doc" $(ECHOMARKER) "create doc"
$(QUIET) $(JSDOC) --tutorials $(THIS_DIR)tutorials/ -c $(THIS_DIR)jsdoc.json $(THIS_DIR)README.md $(QUIET) $(JSDOC) --tutorials $(THIS_DIR)tutorials/ -c $(THIS_DIR)jsdoc.json $(THIS_DIR)README.md
# $(QUIET) $(GREP) -rl 'Documentation generated by' $(THIS_DIR)docs/ | $(XARGS) sed -i '/Documentation generated by/d' # $(QUIET) $(GREP) -rl 'Documentation generated by' $(THIS_DIR)docs/ | $(XARGS) sed -i '/Documentation generated by/d'
doc-2-aws: doc doc-2-aws: doc doc-build-versions-dropdown
$(QUIET) $(AWS) s3 --only-show-errors cp --recursive $(THIS_DIR)docs/ s3://monsterjs.org/en/doc/$(MONSTER_CORE_VERSION)/ $(QUIET) $(AWS) s3 --only-show-errors cp --recursive $(THIS_DIR)docs/ s3://monsterjs.org/en/doc/$(MONSTER_CORE_VERSION)/
.PHONY: doc-build-versions-dropdown
doc-build-versions-dropdown: $(THIS_DIR)docs/monster-versions.js
$(THIS_DIR)docs/monster-versions.js: $(THIS_DIR)package.json $(MONSTER_CORE_DIR)package.json
$(QUIET) $(NODE) $(SCRIPT_PATH)build-versions-dropdown.js
$(QUIET) $(AWS) s3 --only-show-errors cp $(THIS_DIR)docs/monster-versions.js s3://monsterjs.org/js/doc/monster-versions.js
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Monster # Monster
![](https://gitlab.schukai.com/oss/libraries/javascript/monster/badges/master/pipeline.svg?style=flat-square) ![](https://badgen.net/npm/v/@schukai/monster) ![](https://gitlab.schukai.com/oss/libraries/javascript/monster/badges/master/pipeline.svg?style=flat-square) ![](https://badgen.net/npm/v/@schukai/monster) ![](https://data.jsdelivr.com/v1/package/npm/@schukai/monster/badge)
**Build fantastic websites!** **Build fantastic websites!**
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment