oneagency-jacket
Version:
Jacket is a Scss starterkit based on Gulp, Libsass and scss-lint with some sane default tasks and based on the Smacss and BEVM structures.
87 lines (82 loc) • 1.79 kB
JSON
{
"autoprefixer": [
"last 3 version",
"> 2%"
],
"path": {
"bower": "bower_components/",
"fontAwesome": "font-awesome/scss",
"scss": "./src/scss",
"css": "./dist/css",
"js": "./dist/js",
"jade": "./src/jade",
"dist": "./dist",
"src": "./src"
},
"sass": {
"style": "expanded"
},
"favicons": {
"files": {
"src": "./dist/img/logo/favicon.png",
"dest": "./dist/img/favicons/",
"html": "./templates/misc/favicons.tpl.php",
"iconsPath": "./dist/img/favicons/",
"androidManifest": null,
"browserConfig": null,
"firefoxManifest": null,
"yandexManifest": null
},
"icons": {
"android": true,
"appleIcon": true,
"appleStartup": true,
"coast": true,
"favicons": true,
"firefox": true,
"opengraph": true,
"windows": true,
"yandex": true
},
"settings": {
"appName": "Ocelot",
"appDescription": "This is the app description",
"developer": null,
"developerURL": null,
"version": 1.0,
"background": null,
"index": null,
"url": null,
"silhouette": false,
"logging": true
},
"favicon_generation": null
},
"modernizr":{
"cache" : true,
"devFile" : false,
"dest" : false,
"options" : [
"setClasses",
"addTest",
"html5printshiv",
"testProp",
"fnBind"
],
"uglify" : true,
"tests" : [
"touchevents"
],
"excludeTests": [],
"crawl" : true,
"useBuffers" : false,
"files" : {
"src": [
"*[^(g|G)runt(file)?].{js,css,scss}",
"**[^node_modules]/**/*.{js,css,scss}",
"!lib/**/*"
]
},
"customTests" : []
}
}