Skip to content

Commit aafb83e

Browse files
committed
Update build config
1 parent d9bddb6 commit aafb83e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AngularJS in Patterns
22

3-
<!-- toc -->
3+
<!--toc-->
44

55
## Table of Contents
66

@@ -37,7 +37,7 @@
3737
* [Data Mapper](#data-mapper)
3838
* [References](#references)
3939

40-
<!-- endtoc -->
40+
<!--endtoc-->
4141

4242
## Abstract
4343

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
mkdir temp && cp -r ./README.md ./images/* temp
3+
mkdir temp && cp -r ./meta.json ./README.md ./images/* temp
44
perl -i -0777 -pe 's/(<!--toc-->).*(<!--endtoc-->)/'"$"'$2/s' ./temp/README.md
55
mv ./temp/README.md ./temp/index.md
66
./node_modules/.bin/generate-md --layout minko-book --input ./temp --output ../angularjs-in-patterns-gh-pages

Diff for: meta.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"index": {
3+
"repoUrl": "https://github.com/mgechev/angularjs-in-patterns"
4+
}
5+
}

0 commit comments

Comments
 (0)