digisavvy / some-like-it-neat

A WordPress Theme Using _s, Bourbon + Neat and Theme Hook Alliance
GNU General Public License v2.0
276 stars 61 forks source link

CSS breaks after update to 1.5.0 #117

Closed crbarnett closed 6 years ago

crbarnett commented 7 years ago

The version 1.3.8 we have running on the live site is working.

We've cloned the site to a staging environment, installed the latest 1.5.0 theme package, and upon activating the new version there seems to be no CSS rendered on the page.

The site is hosted on WP Engine, where we don't have access to command line tools. They could not find any clues as to why this wasn't working. But, they did say that sass has not been installed.

I hinted that not having sass might be the issue... alas no luck. Any help is appreciated.

digisavvy commented 7 years ago

Hey @crbarnett - Best thing to do is to run gulp on your local setup, it will generate the necessary CSS files for you, then upload those to your staging server.