Skip to content

Instantly share code, notes, and snippets.

@stephen-james
Created May 27, 2014 14:18
Show Gist options
  • Select an option

  • Save stephen-james/dbb7560f1aeb26ba954d to your computer and use it in GitHub Desktop.

Select an option

Save stephen-james/dbb7560f1aeb26ba954d to your computer and use it in GitHub Desktop.
lab-karma-require-jasmine step 2 : setting up requirejs and the browser default page
<!DOCTYPE html>
<html>
<head>
<title>Lab : Karma, RequireJS, Jasmine</title>
</head>
<body>
<script src="node_modules/requirejs/require.js" data-main="src/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment