Open Thermatix opened 9 years ago
I keep getting an error when assetpack tries to render out the header lines for getting the asset files.
Specifically:
undefined method 'script_name' for nil:NilClass:
The undefined is a function/variable/somthing called request but I can't find it any where.
request
So where does request come from?
EDIT: just to add clarification the specific line it errors on is in assetpack/helpers.rb:44
assetpack/builder.rb
build_get
assetpack/class_methods.rb
add_individual_routes
I keep getting an error when assetpack tries to render out the header lines for getting the asset files.
Specifically:
undefined method 'script_name' for nil:NilClass:
The undefined is a function/variable/somthing called
request
but I can't find it any where.So where does request come from?
EDIT: just to add clarification the specific line it errors on is in assetpack/helpers.rb:44