+ [2019-03-27T17:34:49Z] cryptic0 does bundle install need to be done on each computer separately? If so, wouldn't that create conflicts?
+ [2019-03-27T18:27:20Z] jaybe bundle manages conflict
+ [2019-03-27T18:28:14Z] jaybe by maintaining expectations and consistency
+ [2019-03-27T18:33:51Z] cryptic0 So I should run bundle install in both locations?
+ [2019-03-27T18:34:02Z] cryptic0 sorry, I mean from both computers?

message no. 170903

Posted by jaybe in #jekyll at 2019-03-27T18:27:20Z

bundle manages conflict
+ [2019-03-29T03:01:17Z] cryptic0 I am having a strange problem. The site works locally on nginx. Same content does not render on remote server under apache.
+ [2019-03-29T03:03:00Z] cryptic0 The site renders but css is not loading.
+ [2019-03-29T03:37:04Z] xmn you should check your site and base url and make sure they are set up properly for your local and remote space
+ [2019-03-29T03:38:06Z] xmn to get your started, https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
+ [2019-03-29T03:46:10Z] cryptic0 xmn: funny thing I was just looking on this page.