Skip to content

Instantly share code, notes, and snippets.

@paulchubatyy
Created January 7, 2015 22:01
Show Gist options
  • Save paulchubatyy/1fab0857ad4f5af448dd to your computer and use it in GitHub Desktop.
Save paulchubatyy/1fab0857ad4f5af448dd to your computer and use it in GitHub Desktop.
.yo-rc.json
{
"generator-gulp-angular": {
"props": {
"angularVersion": "~1.3.4",
"angularModules": [
{
"name": "angular-animate",
"module": "ngAnimate"
},
{
"name": "angular-cookies",
"module": "ngCookies"
},
{
"name": "angular-touch",
"module": "ngTouch"
},
{
"name": "angular-sanitize",
"module": "ngSanitize"
}
],
"jQuery": {
"name": "zeptojs",
"version": "~1.1.4"
},
"resource": {
"name": "restangular",
"version": "~1.4.0",
"module": "restangular"
},
"router": {
"name": "angular-ui-router",
"version": "~0.2.13",
"module": "ui.router"
},
"ui": {
"name": "angular-material",
"version": "~0.5.1",
"key": "angular-material",
"module": "ngMaterial"
},
"cssPreprocessor": {
"key": "node-sass",
"extension": "scss",
"module": "gulp-sass",
"version": "~1.1.0"
},
"jsPreprocessor": {
"key": "coffee",
"extension": "coffee",
"srcExtension": "coffee",
"module": "gulp-coffee",
"version": "~2.2.0"
},
"htmlPreprocessors": [
{
"key": "haml",
"consolidate": [
"hamljs"
],
"extension": "haml",
"npm": {
"hamljs": "~0.6.2"
}
}
],
"bootstrapComponents": {
"name": null,
"version": null,
"key": null,
"module": null
},
"foundationComponents": {
"name": null,
"version": null,
"key": null,
"module": null
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment