understrap/gulpconfig.json

36 lines
582 B
JSON

{
"browserSyncOptions": {
"proxy": "localhost/",
"notify": false,
"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
},
"paths": {
"js": "./js",
"css": "./css",
"fonts": "./fonts",
"img": "./img",
"imgsrc": "./src/img",
"sass": "./sass",
"node": "./node_modules",
"composer": "./vendor",
"dev": "./src",
"dist": "./dist",
"distprod": "./dist-product"
},
"colors": [
"--blue",
"--indigo",
"--purple",
"--pink",
"--red",
"--orange",
"--yellow",
"--green",
"--teal",
"--cyan",
"--white",
"--gray",
"--gray-dark"
]
}