Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit ad09ea2

Browse files
author
DEWITTE Pierre-Alban
committed
[DOC]Updating doc
1 parent 3f34923 commit ad09ea2

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ALL: clean prepare docker test
44

55
.PHONY: ALL \
66
purge clean prepare \
7-
watch dev
7+
watch dev docs
88

99
purge:
1010
@rm -rf bower_components/
@@ -27,6 +27,7 @@ watch:
2727
dev:
2828
@polyserve
2929

30-
doc:
31-
@rm -rf docs && mkdir -p docs
32-
@sh gp-custom.sh
30+
docs:
31+
@rm -rf docs/components/* && mkdir -p docs/components
32+
@cd docs && bower install -q ../../myscript-text-web
33+
@cp -r bower_components/* docs/components/

docs/components/myscript-text-web/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"recognition"
1414
],
1515
"main": "myscript-text-web.html",
16-
"license": "Apache-2",
16+
"license": "Apache-2.0",
1717
"homepage": "https://myscript.github.io/myscript-text-web/components/myscript-text-web/",
1818
"repository": {
1919
"type": "git",
@@ -40,6 +40,6 @@
4040
},
4141
"_source": "/home/padewitte/projets/webcomponents/myscript-text-web",
4242
"_target": "*",
43-
"_originalSource": "/home/padewitte/projets/webcomponents/myscript-text-web",
43+
"_originalSource": "../../myscript-text-web",
4444
"_direct": true
4545
}

docs/components/myscript-text-web/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ALL: clean prepare docker test
44

55
.PHONY: ALL \
66
purge clean prepare \
7-
watch dev
7+
watch dev docs
88

99
purge:
1010
@rm -rf bower_components/
@@ -27,6 +27,7 @@ watch:
2727
dev:
2828
@polyserve
2929

30-
doc:
31-
@rm -rf docs && mkdir -p docs
32-
@sh gp-custom.sh
30+
docs:
31+
@rm -rf docs/components/* && mkdir -p docs/components
32+
@cd docs && bower install -q ../../myscript-text-web
33+
@cp -r bower_components/* docs/components/

docs/components/myscript-text-web/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"recognition"
1414
],
1515
"main": "myscript-text-web.html",
16-
"license": "Apache-2",
16+
"license": "Apache-2.0",
1717
"homepage": "https://myscript.github.io/myscript-text-web/components/myscript-text-web/",
1818
"repository": {
1919
"type": "git",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<META http-equiv=refresh content="0;URL=components/myscript-text-web/">

0 commit comments

Comments
 (0)