We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b1a57 commit da5b421Copy full SHA for da5b421
build/tasks/options/spider.js
@@ -3,14 +3,16 @@ module.exports = {
3
options: {
4
url: "http://localhost:" + "<%= phpPort %>",
5
ignore:
6
- "notapage|intel|api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
+ "api\\.jquerymobile\\.com/accordion|notapage|intel|" +
7
+ "api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
8
}
9
},
10
"dist": {
11
12
url: "http://localhost:" + "<%= phpPort %>" + "/dist/",
13
14
15
16
17
18
};
0 commit comments