This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed
docs/components/myscript-text-web Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ALL: clean prepare docker test
4
4
5
5
.PHONY : ALL \
6
6
purge clean prepare \
7
- watch dev
7
+ watch dev docs
8
8
9
9
purge :
10
10
@rm -rf bower_components/
27
27
dev :
28
28
@polyserve
29
29
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/
Original file line number Diff line number Diff line change 13
13
" recognition"
14
14
],
15
15
"main" : " myscript-text-web.html" ,
16
- "license" : " Apache-2" ,
16
+ "license" : " Apache-2.0 " ,
17
17
"homepage" : " https://myscript.github.io/myscript-text-web/components/myscript-text-web/" ,
18
18
"repository" : {
19
19
"type" : " git" ,
40
40
},
41
41
"_source" : " /home/padewitte/projets/webcomponents/myscript-text-web" ,
42
42
"_target" : " *" ,
43
- "_originalSource" : " /home/padewitte/projets/webcomponents /myscript-text-web" ,
43
+ "_originalSource" : " ../.. /myscript-text-web" ,
44
44
"_direct" : true
45
45
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ALL: clean prepare docker test
4
4
5
5
.PHONY : ALL \
6
6
purge clean prepare \
7
- watch dev
7
+ watch dev docs
8
8
9
9
purge :
10
10
@rm -rf bower_components/
27
27
dev :
28
28
@polyserve
29
29
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/
Original file line number Diff line number Diff line change 13
13
" recognition"
14
14
],
15
15
"main" : " myscript-text-web.html" ,
16
- "license" : " Apache-2" ,
16
+ "license" : " Apache-2.0 " ,
17
17
"homepage" : " https://myscript.github.io/myscript-text-web/components/myscript-text-web/" ,
18
18
"repository" : {
19
19
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ < META http-equiv =refresh content ="0;URL=components/myscript-text-web/ ">
You can’t perform that action at this time.
0 commit comments