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