Created
November 1, 2011 11:06
-
-
Save mklabs/1330325 to your computer and use it in GitHub Desktop.
build script experiment - html comments
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
* index: https://raw.github.com/mklabs/h5bp-build-script-tags/master/index.html | |
* result: https://raw.github.com/mklabs/h5bp-build-script-tags/master/intermediate/index.html |
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 class="no-js ie6 oldie" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<!-- [[ build css css/site.css ]] --> | |
<link rel="stylesheet" href="css/style.css"> | |
<!-- [[ endbuild ]] --> | |
<!-- [[ build head js/head-scripts.js ]] --> | |
<script src="js/libs/modernizr-2.0.6.min.js"></script> | |
<!-- [[ endbuild ]] --> | |
</head> | |
<body> | |
<div id="container"> | |
<header> | |
</header> | |
<div id="main" role="main"> | |
</div> | |
<footer> | |
</footer> | |
</div> <!--! end of #container --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script> | |
<!-- [[ build js js/libs.js ]] --> | |
<script defer src="js/libs/underscore-min.js"></script> | |
<script defer src="js/libs/backbone-min.js"></script> | |
<!-- [[ endbuild ]] --> | |
<!-- [[ build js js/app.js ]] --> | |
<script defer src="js/plugins.js"></script> | |
<script defer src="js/script.js"></script> | |
<script> // Change UA-XXXXX-X to be your site's ID | |
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']]; | |
Modernizr.load({ | |
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js' | |
}); | |
</script> | |
<!-- [[ endbuild ]] --> | |
<!--[if lt IE 7 ]> | |
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> | |
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> | |
<![endif]--> | |
</body> | |
</html> |
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 class="no-js ie6 oldie" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<link rel="stylesheet" href="css/988118e30102986f28cfcdb92eaf97db.site.css"> | |
<script src="js/873b6da0f0ac40656c83caee9ff03a54.head-scripts.js"></script> | |
</head> | |
<body> | |
<div id="container"> | |
<header> | |
</header> | |
<div id="main" role="main"> | |
</div> | |
<footer> | |
</footer> | |
</div> <!--! end of #container --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script> | |
<script defer src="js/e0c8abb7a5599a1caf8d00591d7691ff.libs.js"></script> | |
<script defer src="js/2b083070b5f0e6cd43aa8dd41e4401e4.app.js"></script> | |
<!--[if lt IE 7 ]> | |
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> | |
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> | |
<![endif]--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment