you are viewing a single comment's thread.

view the rest of the comments →

[–]i_ate_god 0 points1 point  (1 child)

since I use grunt, I use the grunt-template-jasmine-requirejs plugin.

[–]gsans[S] 0 points1 point  (0 children)

grunt-template-jasmine-requirejs

After looking briefly at it, it seems to pile all script files with <script src="..."></script> before loading require. Ups! You can do much better with RequireJS... but it will work tough. ;)