Skip to content

Instantly share code, notes, and snippets.

@varya
Created November 30, 2012 12:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save varya/4175550 to your computer and use it in GitHub Desktop.
Save varya/4175550 to your computer and use it in GitHub Desktop.
({
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' }
]
})
@ilyar
Copy link

ilyar commented Dec 5, 2013

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