rails-assets
rails-assets copied to clipboard
Exploratory: redundant ".js" in names.
From @jnylen: fix the "honey.js.js" thing when the name itself have a ".js"
This also affects cleave.js
@joramwangi Do you mean that in the application.js file, you need to include cleave.js.js? Can you please explain the problem you're encountering?
Yes, you have to include it as "cleave.js.js" Looking in the gem, that's the way the file is named: with an extra ".js"
I am facing the same issue with cleave.js
. In my application.js
I had to use cleave.js.js
This should be either added to install instructions or fix internally.
This is on purpose to not clash names with "cleave" package
Same for print.js