requirejs-rails-jasmine-template icon indicating copy to clipboard operation
requirejs-rails-jasmine-template copied to clipboard

Eliminate use of priority config

Open jwhitley opened this issue 12 years ago • 1 comments

The priority config was used to avoid some load-timing issues with require.js, but that's a hacky approach and priority is deprecated in RequireJS 2.0.

We'll have to generate a main.js.erb file with the specs to be pulled in by run.html.erb.

jwhitley avatar May 02 '12 19:05 jwhitley

@jwhitley I don't suppose you've had any thoughts on this recently? I'd be interested in working with this as well.

carpeliam avatar Sep 11 '13 02:09 carpeliam