Skip to content

Commit

Permalink
embracing the mojito philosophy rather than trying to bind it to fit …
Browse files Browse the repository at this point in the history
…YAF. Creating two new mojits: grid and lightbox to represent the two realestate canvas (views) used by YAF in PNM. Changing all the code to make it more granular so we can reuse those mojits in other apps. Embracing handlebars.
  • Loading branch information
caridy committed May 4, 2012
1 parent 4ac71b2 commit 607886c
Show file tree
Hide file tree
Showing 42 changed files with 2,968 additions and 736 deletions.
26 changes: 24 additions & 2 deletions application.json
Expand Up @@ -2,13 +2,26 @@
{
"settings": [ "master" ],
"specs": {
"pnm": {
"type": "PNM",
"config": {
"children": {
"lightbox": {
"type": "lightbox"
},
"grid": {
"type": "grid"
}
}
}
},
"frame": {
"type": "SearchHTMLFrame",
"config": {
"title": "Photos Near Me",
"deploy": true,
"child" : {
"type": "PNM"
"base": "pnm"
}
}
}
Expand All @@ -17,7 +30,16 @@
"config": {
"bootstrap": true,
"combine": false,
"filter": "debug"
"filter": "debug",
"logExclude": {
"attribute": true,
"event": true,
"node": true,
"Selector": true,
"base": true,
"widget": true,
"Plugin": true
}
},
"dependencyCalculations": "precomputed"
},
Expand Down
File renamed without changes.

0 comments on commit 607886c

Please sign in to comment.