Created
May 12, 2014 08:05
-
-
Save naoyeye/1316249c3d35ccae47fa to your computer and use it in GitHub Desktop.
grunt jade html 5 modernizr simple template
This file contains hidden or 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
| doctype html | |
| //- if lt IE 7 | |
| html.no-js.lt-ie9.lt-ie8.lt-ie7 | |
| //- if IE 7 | |
| html.no-js.lt-ie9.lt-ie8 | |
| //- if IE 8 | |
| html.no-js.lt-ie9 | |
| //- [if gt IE 8] <! | |
| html.no-js(lang="en") | |
| //- <![endif] | |
| head | |
| meta(charset="utf-8") | |
| title Your Title | |
| script(src="/pathTo/modernizr.js") | |
| body | |
| h1 ooxx |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you encounter the following error in Grunt-jade and modernizr, this gist may help you.