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" : { "browserSyncOptions": {
"proxy": "localhost/", "proxy": "localhost:8080/",
"notify": false "notify": false
}, },
"browserSyncWatchFiles" : [ "browserSyncWatchFiles": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"],
"./css/*.min.css", "paths": {
"./js/*.min.js",
"./**/*.php"
],
"paths" : {
"js": "./js", "js": "./js",
"css": "./css", "css": "./css",
"img": "./img", "img": "./img",

8213
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff