Using RequireJS with Jasmine 2.0

On June 12, 2014, in Javascript, Testing, by Anuj Gakhar

I’ve been trying to get some Jasmine tests running with RequireJS and although my tests work with Jasmine 1.3.x, I’ve been getting an error if I use Jasmine 2.0 for the tests. Apparently, Jasmine 2.0 has changed how it loads and executes the tests. If you look at the source here, you’ll see all the […]

Tagged with:  

Loading Bootstrap with RequireJS

On November 23, 2012, in Javascript, by Anuj Gakhar

After having heard lots of good things about RequireJS in the past few months, I recently started playing around with RequireJS which is a JavaScript file and module loader, which improves the speed and quality of your code. After reading about it a little bit, the biggest advantage of using RequireJS, that I can see, […]

Tagged with:  
© 2011 Anuj Gakhar