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,24 +1,20 @@
{ {
"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", "js": "./js",
"./**/*.php" "css": "./css",
], "img": "./img",
"paths" : { "imgsrc": "./src/img",
"js": "./js", "sass": "./sass",
"css": "./css", "node": "./node_modules/",
"img": "./img", "bower": "./bower_components/",
"imgsrc": "./src/img", "dev": "./src",
"sass": "./sass", "dist": "./dist",
"node": "./node_modules/", "distprod": "./dist-product",
"bower": "./bower_components/", "vendor": ""
"dev": "./src", }
"dist": "./dist",
"distprod": "./dist-product",
"vendor": ""
}
} }

8213
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff