You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making a cool build tool.
It appears though, the style.css is not connecting to the index.php is there something I am missing? Do you have to configure that as well? As a background, I am trying to get started pretty quickly and just wanted to see what the theme was like. All I have changed was the proxy: property in the server task.
The text was updated successfully, but these errors were encountered:
This changes the gulp scss process to put the styles into css/style.css instead of style.css. The purpose of this is to free up the root style.css so we can add theme information.
Change the style enqueue in functions.php to the new stylesheet as such:
Now, your site will use the new css/style.css stylesheet, and you can nuke the root style.css to your liking (delete all the old style, so all that remains will be your theme info).
@tomazzaman - I could submit a pull request for this, if you'd like.
Thanks for making a cool build tool.
It appears though, the
style.css
is not connecting to theindex.php
is there something I am missing? Do you have to configure that as well? As a background, I am trying to get started pretty quickly and just wanted to see what the theme was like. All I have changed was theproxy:
property in theserver
task.The text was updated successfully, but these errors were encountered: