File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ html-highlights: bigpage
7
7
perl6 htmlify.p6 --parallel=1 --use-highlights
8
8
9
9
init-highlights :
10
- git clone https://github.com/atom/highlights.git ./highlights/highlights
11
- git clone https://github.com/perl6/atom-language-perl6 ./highlights/atom-language-perl6
12
- cd highlights/highlights ; npm install .
10
+ git clone https://github.com/atom/highlights.git ./highlights/highlights || cd highlights/highlights ; git pull
11
+ git clone https://github.com/perl6/atom-language-perl6 ./highlights/atom-language-perl6 || cd highlights/highlights ; git pull
12
+ cd highlights; npm install .
13
13
14
14
html-nohighlight :
15
15
perl6 htmlify.p6 --no-highlight
Original file line number Diff line number Diff line change 11
11
"homepage" : " https://github.com/samcv/perl6-highlights" ,
12
12
"dependencies" : {
13
13
"highlights" : " latest" ,
14
- "less" : " latest" ,
14
+ "less" : " latest"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments