Skip to content

Instantly share code, notes, and snippets.

@Poplava
Created May 15, 2014 15:21
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 Poplava/f0ae1ed61add914a52f5 to your computer and use it in GitHub Desktop.
Save Poplava/f0ae1ed61add914a52f5 to your computer and use it in GitHub Desktop.
{
"name": "someModule",
"environment": "webSite",
"layouts": {
"layouts.column1": {
"depends": [
"yii.jquery"
],
"files": {
"js": [
"js/myModule1.js",
"js/myModule2.js"
],
"css": [
"js/myModule1.js"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment