initial
This commit is contained in:
parent
a4f20ac9bd
commit
89f250974d
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
"browserSyncOptions": {
|
||||
"proxy": "localhost/",
|
||||
"proxy": "localhost:8080/",
|
||||
"notify": false
|
||||
},
|
||||
"browserSyncWatchFiles" : [
|
||||
"./css/*.min.css",
|
||||
"./js/*.min.js",
|
||||
"./**/*.php"
|
||||
],
|
||||
"browserSyncWatchFiles": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"],
|
||||
"paths": {
|
||||
"js": "./js",
|
||||
"css": "./css",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue