Closed icai closed 8 years ago
Can provide the argument sprockets as a file cache?
sprockets
manifest = Sprockets::Manifest.new(environment, manifest_path) manifest.compile assets_compile
after I instantiate the function , I close the program. then I want to reuse these compile assets,but I lose the instance of spockets Sprockets::Context.new(sprockets, '', Pathname.new('')).
Sprockets::Context.new(sprockets, '', Pathname.new(''))
This issue was moved to rails/sprockets#167
Can provide the argument
sprockets
as a file cache?after I instantiate the function , I close the program. then I want to reuse these compile assets,but I lose the instance of spockets
Sprockets::Context.new(sprockets, '', Pathname.new(''))
.