Skip to content

Instantly share code, notes, and snippets.

@ilyar
Forked from varya/gist:4175550
Last active April 13, 2016 20:40
Show Gist options
  • Save ilyar/7810634 to your computer and use it in GitHub Desktop.
Save ilyar/7810634 to your computer and use it in GitHub Desktop.
fix error 500
({
block: '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' }
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment