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

Commit

Permalink
Build: Ignore accordion api until it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Jul 4, 2016
1 parent 23b1a57 commit da5b421
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/tasks/options/spider.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ module.exports = {
options: {
url: "http://localhost:" + "<%= phpPort %>",
ignore:
"notapage|intel|api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
"api\\.jquerymobile\\.com/accordion|notapage|intel|" +
"api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
}
},
"dist": {
options: {
url: "http://localhost:" + "<%= phpPort %>" + "/dist/",
ignore:
"notapage|intel|api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
"api\\.jquerymobile\\.com/accordion|notapage|intel|" +
"api\\.jquerymobile\\.com/[0-9]\\.[0-9]|packt|twitter\\.com/jquery"
}
}
};

0 comments on commit da5b421

Please sign in to comment.