JeremyEnglert / JointsWP-Documentation

This handles the documentation content for JointsWP.com.

Home Page:http://jointswp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How are stylesheets created/imported?

swimtech20 opened this issue · comments

commented

I am currently working on several new projects which currently have the newest version of JointsWP and Foundation installed as the theme. I started editing the page(s) and menus as usual, but it took me a few minutes to realize that gulp was only piping changes from _globals.scss into style.css.map and login.css.map. However, the changes I made in _globals displayed on the webpage. Inspecting the page showed that styles were being imported from "_globals.scss" which is unusual as css files are usually stylesheets. Upon viewing the source code in Chrome, I noticed that style.css is being loaded, but it isn't being updated when I run gulp (or as I found out later "npm run watch").
SO... My question is how are styles being loaded/linked to the wordpress pages? I've been digging for hours today.
Thanks for the help!!
screen shot 2017-11-09 at 4 56 50 pm
screen shot 2017-11-09 at 4 57 17 pm

@JeremyEnglert