Brad Rice
unread,Jun 24, 2015, 5:04:25 PM6/24/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sass...@googlegroups.com
That's a good question. I'm thinking it would be preferable to import into main.scss. You get the benefit of minimizing the http requests as well as the ability to compress using sass. In favor of including it as a standalone would be if you have a cache buster on main.css you would get more bang because you wouldn't be cache busting bootstrap, just main.css.
Some people cache bust main.css like this main.css?t=20150623120945 where they add a timestamp to prevent cache. Sometimes you want to prevent cache when there are lots of recent changes you want to assure the end user is seeing.
I suppose too, if you want to quickly update bootstrap without compiling, standalone works.