Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created February 1, 2014 12:37
Show Gist options
  • Save mauritslamers/8751802 to your computer and use it in GitHub Desktop.
Save mauritslamers/8751802 to your computer and use it in GitHub Desktop.
{
apps: {
myapp: {
path: 'apps/myapp',
combineStylesheets: false
}
}
}
//or
{
apps: [
{
name: "myapp",
path: "apps/myapp",
combineStylesheets: false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment