+ [6 years ago] cryptic0 does bundle install need to be done on each computer separately? If so, wouldn't that create conflicts?
+ [6 years ago] jaybe bundle manages conflict
+ [6 years ago] jaybe by maintaining expectations and consistency
+ [6 years ago] cryptic0 So I should run bundle install in both locations?
+ [6 years ago] cryptic0 sorry, I mean from both computers?

message no. 170902

Posted by cryptic0 in #jekyll at 2019-03-27T17:34:49Z

does bundle install need to be done on each computer separately? If so, wouldn't that create conflicts?
+ [6 years ago] cryptic0 I am having a strange problem. The site works locally on nginx. Same content does not render on remote server under apache.
+ [6 years ago] cryptic0 The site renders but css is not loading.
+ [6 years ago] xmn you should check your site and base url and make sure they are set up properly for your local and remote space
+ [6 years ago] xmn to get your started, https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
+ [6 years ago] cryptic0 xmn: funny thing I was just looking on this page.