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

Commit da5b421

Browse files
committed
Build: Ignore accordion api until it exists
1 parent 23b1a57 commit da5b421

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/tasks/options/spider.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ module.exports = {
33
options: {
44
url: "http://localhost:" + "<%= phpPort %>",
55
ignore:
6-
"notapage|intel|api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
6+
"api\\.jquerymobile\\.com/accordion|notapage|intel|" +
7+
"api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
78
}
89
},
910
"dist": {
1011
options: {
1112
url: "http://localhost:" + "<%= phpPort %>" + "/dist/",
1213
ignore:
13-
"notapage|intel|api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
14+
"api\\.jquerymobile\\.com/accordion|notapage|intel|" +
15+
"api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
1416
}
1517
}
1618
};

0 commit comments

Comments
 (0)