[shopping cart] added cart to config json

This commit is contained in:
Anand Doshi 2013-06-04 15:48:26 +05:30
parent 52adc34e04
commit 6f1f440f21

View File

@ -127,6 +127,10 @@
"profile": {
"no_cache": true,
"template": "app/website/templates/pages/profile"
},
"cart": {
"no_cache": true,
"template": "app/website/templates/pages/cart.html"
}
},
"generators": {