Ruby on Rails Friday, January 31, 2014

Yeh I tried that. I don't seem to have any BS files in assets yet it will still applying BS styles.

Actually, I had the line in a custom.css.sass file:

@import "bootstrap";

I'll remove this line, update the Gemfile and reinstall?

Btw if I replace the line:

gem 'bootstrap-sass', '2.3.2.0'

.. with a newer version of BS, will it automatically remove this old one? I'm a little new to using gems, not too sure yet how it all works.


On Friday, 31 January 2014 23:26:07 UTC+9, Arun kant sharma wrote:
Maybe
rake assets:clean
will help



On Fri, Jan 31, 2014 at 7:53 PM, Bizt <marty...@gmail.com> wrote:
Hi,

I added this line to my Gemfile, then done "bundle install"

gem 'bootstrap-sass', '2.3.2.0'

...but, I now want to install the latest version of bootstrap. How do I uninstall these files, do I just go into the assets directory and manually delete them? Then, add the recent version to my Gemfile?

Cheers
Martyn

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/0d6b0c39-319c-4636-b8d7-dd55c938846c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/036df30e-5bd3-4aaf-9c1d-6824e4b61bfe%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment