Created
May 27, 2014 14:18
-
-
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
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> | |
| <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