Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome not seeing css sourcemaps #1

Closed
teej043 opened this issue Apr 15, 2015 · 1 comment
Closed

Chrome not seeing css sourcemaps #1

teej043 opened this issue Apr 15, 2015 · 1 comment

Comments

@teej043
Copy link
Member

teej043 commented Apr 15, 2015

The Chrome Development tool does not show you the sourcemap, and inspecting the .css you will see that the sourcemap is commented.

According to the following link, its an issue with gulp-autoprefixer not supporting gulp-sourcemaps
sindresorhus/gulp-autoprefixer#1

I will remove autoprefixer on the workflow temporarily, for the meantime, maybe use the autoprefixer on your text editor, Atom editor has one and its the same autoprefixer for gulp only it is a plugin for atom.

@teej043
Copy link
Member Author

teej043 commented Apr 15, 2015

Forget about using autoprefixer on your text-editor, I will now just simply add the autoprefixer on the 'build' production, the production version will not have sourcemaps so the autoprefixer can work there. However we will need the source maps during development, but without the autoprefixer.

@teej043 teej043 closed this as completed Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant