adfab-gulp-boilerplate
Version:
Adfab's boilerplate. Helps you kick-start a front-end project within minutes.
33 lines • 696 B
JSON
{
"destinationRoot": "/public/themes/{{themeName}}/",
"tasks": {
"fonticon": {
"disabled": true
},
"sass": {
"destination": "css/"
},
"less": {
"destination": "css/"
},
"jslibs": {
"destination": "scripts/"
},
"scripts": {
"destination": "scripts/",
"destinationFile": "app.js"
},
"views": {
"destination": ""
},
"images": {
"destination": "images"
},
"fonts": {
"disabled": true
},
"svgsprite": {
"disabled": true
}
}
}