Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created June 4, 2014 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/6cdc64974d9b865641f7 to your computer and use it in GitHub Desktop.
Save junichi11/6cdc64974d9b865641f7 to your computer and use it in GitHub Desktop.
.cake sample
{
"cake": "..\/lib\/",
"build_path": {
"models": [
".\/Model\/"
],
"behaviors": [
".\/Model\/Behavior\/"
],
"datasources": [
".\/Model\/Datasource\/"
],
"databases": [
".\/Model\/Datasource\/Database\/"
],
"sessions": [
".\/Model\/Datasource\/Session\/"
],
"controllers": [
".\/Controller\/"
],
"components": [
".\/Controller\/Component\/"
],
"auths": [
".\/Controller\/Component\/Auth\/"
],
"acls": [
".\/Controller\/Component\/Acl\/"
],
"views": [
".\/View\/"
],
"helpers": [
".\/View\/Helper\/"
],
"consoles": [
".\/Console\/"
],
"commands": [
".\/Console\/Command\/"
],
"tasks": [
".\/Console\/Command\/Task\/"
],
"libs": [
".\/Lib\/"
],
"locales": [
".\/Locale\/"
],
"vendors": [
".\/Vendor\/",
"..\/vendors\/"
],
"plugins": [
".\/Plugin\/",
"..\/plugins\/"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment