Created
November 30, 2012 12:46
-
-
Save varya/4175550 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ | |
block: 'b-page', | |
title: 'index', | |
head: [ | |
{ elem: 'css', url: '_index.css', ie: false}, | |
{ elem: 'css', url: '_index.ie.css', ie: true }, | |
{ block: 'i-jquery', elem: 'core'}, | |
{ elem: 'js', url:'_index.js'}, | |
], | |
content: [ | |
{ block: 'head' } | |
] | |
}) |
For fix 500 Server Error:
@@ -1,5 +1,5 @@
({
- block: 'b-page',
+ block: 'page',
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting 500 Server Error when I run this json: