Skip to content

Commit 90ab2ab

Browse files
committed
Updated config file and tidied up the .gitignore
1 parent 0f5c315 commit 90ab2ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
npm-debug.log
33
.ds_store
44
shots
5+
config/
6+
spider.txt

config/chrome.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"project": "Test",
33
"domains": [
4-
"http://www.adt.co.uk",
4+
"http://www.bbc.co.uk",
55
"http://www.live.bbc.co.uk"
66
],
77
"engines" : [
@@ -12,7 +12,11 @@
1212
"768",
1313
"1440"
1414
],
15-
"spider": "./spider.txt",
15+
"paths": [
16+
"/",
17+
"/tv",
18+
"/weather"
19+
],
1620
"outputDir": "shots/bbc",
1721
"maxConnections": 20
1822
}

0 commit comments

Comments
 (0)