wied03 / karma-opal-rspec

Opal-RSpec Karma plugin
0 stars 0 forks source link

Recursive require refinement #11

Closed wied03 closed 8 years ago

wied03 commented 8 years ago

Might need to make code in rack_server recursive for this to work. Depends on if Sprockets returns back immediate includes or nested ones. Could add a test that does nested dependencies. We would want to check 1) that everything functions, 2) that the metadata includes the correct stuff and 3) the JS doesn't include what's already split out.

Might want some MRI tests that cover getting dependencies out of Sprockets and some integration tests that hit a running Karma instance.

wied03 commented 8 years ago

sprockets_env.find_asset(a,pipeline: :self) to serve up assets only

wied03 commented 8 years ago

Still need to make the default_path adjustment

wied03 commented 8 years ago

Main todos: