Closed nelsonvassalo closed 9 years ago
Hey there, Sorry you're having troubles with the theme. Just a note, CSS files are output to /assets/css - can you verify if you have any files there? Minified files are always output, so that's curious to me.
This is what the CSS folder should look like:
yes, it's indeed giving me both expanded and minified versions in the /css folder but no source map. I'm sorry, I think that wasn't clear in my thread intro, but I meant source mapping, from css to the various scss files.
By default, sourcemaps are disabled If you remove the highlighted area in the screenshot, then you should get them back. I'm looking to modify this so that sourcemaps are always generated. Right now, when generated, they break browsersync, causing the browser to refresh and not sync on style changes.
Hi!
I can't seem to get my minified CSS files to map out to the correspondent SCSS files, even when I'm debug mode in WP. Am I missing something in gulpfile.js?
Thanks!