Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Sass when you work online #128

Closed
JuliaRietveld opened this issue Oct 10, 2014 · 1 comment
Closed

Sass when you work online #128

JuliaRietveld opened this issue Oct 10, 2014 · 1 comment

Comments

@JuliaRietveld
Copy link

Hi Ole Fredrik,
I've googled it but can't find the answer to this question: how can you change sass if you work not locally but build your website online?
Thank you for your answer!

Julia

@olefredrik
Copy link
Owner

Hi Julia,

If you work directly on your server, you could still use grunt or gulp to compile SASS to css. But it would require shell access (ssh) or similar. If you can remotely connect to your webserver using terminal, the workflow is pretty much the same as if you work on a local dev server.

But I might think that you are working directly in the browser? If so, I think it will be difficult to use SASS. What you can do is to include a regular css file in header.php (after app.css) where you add your own styles. It's not optimal, but it works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants