rawnet / rawnet-admin

An inheritable admin interface for Ruby on Rails apps
MIT License
0 stars 2 forks source link

Asset file naming can cause unintended conflicts #1

Open efexen opened 9 years ago

efexen commented 9 years ago

As this uses application.css and application.js it can cause unexpected behaviour is user adds their own rawnet_admin/application.css or rawnet_admin/application.js files.

Could we change these to be something that is unlikely to cause a conflict? Such as changing these to rawnet_admin_base.js and rawnet_admin_base.css?