Skip to content

Instantly share code, notes, and snippets.

@amfarrell
Created March 18, 2015 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amfarrell/66549327c67079f59d7c to your computer and use it in GitHub Desktop.
Save amfarrell/66549327c67079f59d7c to your computer and use it in GitHub Desktop.
parsing error
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>/* elided */real title here</title>
<link href="css/application.css" rel="stylesheet" type="text/css" charset="utf-8">
<!-- TODO: Remove these -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/jquery-ui/jquery-ui.js"></script>
<script src="bower_components/underscore/underscore.js"></script>
<script src="bower_components/backbone/backbone.js"></script>
<script>
// Create a nodeRequire that's available for use inside the Browserified
// application.js file.
window.nodeRequire = window.require;
if (typeof global.process.env.NODE_ENV === "undefined") {
global.process.env.NODE_ENV = "production";
}
global.document = global.window.document;
global.navigator = global.window.navigator;
</script>
<script src="js/application.js"></script>
</head>
<body></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment