UNPKG

adfab-gulp-boilerplate

Version:

Adfab's boilerplate. Helps you kick-start a front-end project within minutes.

35 lines 819 B
{ "destinationRoot": "/public/themes/{{themeName}}/", "tasks": { "fonticon": { "destination": "fonts/", "fileType": "scss", "fileName": "./../../../../src/assets/sass/common/_fonticon.scss" }, "sass": { "destination": "" }, "less": { "destination": "" }, "jslibs": { "destination": "scripts/" }, "scripts": { "destination": "scripts/", "destinationFile": "app.js" }, "views": { "destination": "" }, "images": { "destination": "images" }, "fonts": { "destination": "fonts" }, "svgsprite": { "destination": "images" } } }