This commit is contained in:
Chris Bibby 2019-04-19 12:52:34 +08:00
parent a4f20ac9bd
commit 89f250974d
2 changed files with 8231 additions and 22 deletions

View File

@ -1,14 +1,10 @@
{
"browserSyncOptions" : {
"proxy": "localhost/",
"browserSyncOptions": {
"proxy": "localhost:8080/",
"notify": false
},
"browserSyncWatchFiles" : [
"./css/*.min.css",
"./js/*.min.js",
"./**/*.php"
],
"paths" : {
"browserSyncWatchFiles": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"],
"paths": {
"js": "./js",
"css": "./css",
"img": "./img",

8213
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff