homepagePHP/gulpfile.js/config.json

67 lines
1.4 KiB
JSON
Executable File

{
"path": {
"static": {
"base": "./www/Public/static",
"type": {
"css": {
"path": "/css",
"commonPath": "/commonStyle",
"filePath": "*.scss",
"entryFileName": "style.scss"
},
"js": {
"commonPath": "/commonScript",
"path": "/js",
"filePath": "*.js",
"entryFileName": "app.js"
}
},
"module": {
"default": {
"base": "/default",
"src": "/src",
"dist": "/dist"
},
"mobile": {
"base": "/mobile",
"src": "/src",
"dist": "/dist"
}
}
},
"html": {
"base": "./app/Home/View",
"module": {
"default": {
"base": "/default/Public",
"path": [
"/head.html",
"/head.blade.php",
"/footer.html",
"/footer.blade.php"
]
},
"mobile": {
"base": "/mobile/Public",
"path": [
"/head.html",
"/head.blade.php",
"/footer.html",
"/footer.blade.php"
]
}
}
},
"rev": {
"base": ".tmp/rev",
"type": {
"css": "/css",
"js": "/js"
},
"module": {
"default": "/default",
"mobile": "/mobile"
}
}
}
}