extjs4-account-manager icon indicating copy to clipboard operation
extjs4-account-manager copied to clipboard

Works by browser redirect?

Open davidbeers opened this issue 11 years ago • 1 comments

Looking at routes.rb it appears that this works (for theme assets in test and production at least) by redirecting the browser to the correct path using 301 Redirect response. Wouldn't this mean that the browser needs to make two round-trips to obtain these assets? There's no way to avoid this?

davidbeers avatar Jun 14 '13 20:06 davidbeers

Yes, it's a "moved permanently" response... I think the only alternative for avoiding this, is to drop using the rails assets-pipepeline in favour of the Sencha build chain, with Sencha CMD... But any other ideas is welcomed! :-)

francov avatar Jun 15 '13 09:06 francov