zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Asset files sortable.css and sortable.js return 404s in production #16

Closed zorab47 closed 10 years ago

zorab47 commented 10 years ago

Because the assets are compiled into acitve_admin.js and active_admin.css the original files (sortable.css, sortable.js) are not available in production. This causes additional requests and 404 errors.

nebirhos commented 10 years ago

Hi @zorab47, where are you deploying your app? I think commit https://github.com/nebirhos/activeadmin-sortable-tree/commit/9a47e6b7f3318ad18e814108e253c14ae7eaab56 should solve your issue, can you try please?

zorab47 commented 10 years ago

Yes, that commit fixes the issue. :thumbsup: