jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Teaspoon ignores config.assets.debug #250

Closed alisnic closed 10 years ago

alisnic commented 10 years ago

This loads up all my javascripts separately, which is very slow. (I have a lot of them)

I think the problem is located here: https://github.com/modeset/teaspoon/blob/0.8/lib/teaspoon/suite.rb#L68

jayzes commented 10 years ago

This is by design - see #124 for the history. The short version is that the stack traces are way less meaningful if the files are concatenated together, making development difficult.

jayzes commented 10 years ago

@alisnic just realized you were the same one who opened #124 initially - so you're aware of the history there.

alisnic commented 10 years ago

Oh, silly me. Sorry I wasted your time. I completely forgot about that.