rails-bootstrap
rails-bootstrap copied to clipboard
Remove precompiled assets from public/assets
When generating a new app with this template, I got many problems with JavaScript and styling because of these precompiled assets. It took me a while to find out that these assets exists at all.
I think it would be fine to remove these assets when composing a new app.
I faced the same issue , while building an app with the tool .
After you install the app with composer ,set your js and css ,and delete the precompiled assets from the public folder