I just want to know how to include frameworks like angularjs, polymer js, bootstrap.... Into rails app without adding corresponding gems. Reason is the gems that are available are changing and some of them are given up. So instead of gem I want to download the library files given by the vendor directly. How to add them into rails app?
-
It seems as simple as stackoverflow.com/questions/22297700/… but you probably should read apidock.com/rails/ActionView/Helpers/AssetTagHelper/… and railsapps.github.io/rails-javascript-include-external.html if you'd like to do this rightbbill– bbill2015-06-15 19:42:32 +00:00Commented Jun 15, 2015 at 19:42
Add a comment
|