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
Currently, pipe to 'assets/css' is after pipe(browserSync) and there is no main.css file created in 'assets/css'.
But if I move it up, pip to 'assets/css' before pipe(browserSync), it's ok
Hi,
I tried to modify some styles in stylus files. It worked well on my localhost.
But when I push to github, my modifications were gone.
Can you explain how Github build our sites with gulp?
Edit 1:
I found a problem in gulpfile.js
Currently, pipe to 'assets/css' is after pipe(browserSync) and there is no main.css file created in 'assets/css'.
But if I move it up, pip to 'assets/css' before pipe(browserSync), it's ok
The text was updated successfully, but these errors were encountered: