-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from peggyjs/1.3
Merge 1.3 branch in as v2.0.0
- Loading branch information
Showing
61 changed files
with
14,530 additions
and
7,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
"use strict"; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Browser-sync config file | ||
|-------------------------------------------------------------------------- | ||
| | ||
| For up-to-date information about the options: | ||
| http://www.browsersync.io/docs/options/ | ||
| | ||
| There are more options than you see here, these are just the ones that are | ||
| set internally. See the website for more info. | ||
| | ||
| | ||
*/ | ||
module.exports = { | ||
"ui": false, | ||
"files": false, | ||
"watchEvents": [ | ||
"change", | ||
], | ||
"watch": true, | ||
"watchOptions": { | ||
"ignoreInitial": true, | ||
}, | ||
"server": { | ||
baseDir: "./docs", | ||
routes: { | ||
"/coverage": "./coverage/lcov-report", | ||
}, | ||
}, | ||
"port": 5000, | ||
"ghostMode": false, | ||
"logLevel": "info", | ||
"logPrefix": "peggyjs.org", | ||
"logConnections": false, | ||
"logFileChanges": true, | ||
"logSnippet": true, | ||
"open": "local", | ||
"browser": "default", | ||
"cors": false, | ||
"hostnameSuffix": false, | ||
"reloadOnRestart": true, | ||
"notify": true, | ||
"reloadDebounce": 500, | ||
"injectChanges": true, | ||
"startPath": null, | ||
"minify": false, | ||
"host": null, | ||
"listen": "localhost", | ||
"localOnly": false, | ||
"codeSync": true, | ||
"timestamps": true, | ||
"injectNotification": false, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
.bs-config.js | ||
.editorconfig | ||
.eslintrc-modules.js | ||
.eslintrc.js | ||
.gitattributes | ||
.github | ||
.nyc_output | ||
.vscode/ | ||
*.map | ||
benchmark | ||
bin/.eslintrc.json | ||
bin/*.mjs | ||
build/ | ||
coverage/ | ||
docs | ||
examples | ||
jest.config.js | ||
lib/.eslintrc.json | ||
pnpm-lock.yaml | ||
rollup.config.js | ||
src | ||
test | ||
tools | ||
tsconfig.json | ||
web-test/ | ||
yarn.lock | ||
jest.config.js | ||
.nyc_output | ||
*.map | ||
bin/*.mjs | ||
.gitattributes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.