Dmitry Nikitenko
Dmitry Nikitenko
Sounds like Autoprefixer can't find previous source maps from grunt-sass. Could you post your options for grunt-sass and grunt-autoprefixer and your file structure please?
I couldn't reproduce the issue. Here is my setup: http://cl.ly/001w090D1f33/ga-88.zip cd into downloaded directory and run `grunt sass` and `grunt autoprefixer`, you'll get correct maps. So make sure you're using...
Ok I see now, in the map from libsass we have: `"file": "app.css", "sources":["app.scss","../bower_components/foundation/scss/normalize.scss",[...]]` And then after Autoprefixer run: `"file": "app.css", "sources":["app.css","../bower_components/foundation/scss/normalize.scss",[...]]` So app.scss becomes app.css though it shouldn't. @ai...
@LostSenSS thanks, this helped. Looks like everybody here is using grunt-sass then. I investigated the difference between 0.16.1 and 0.18.0 and also grunt-contrib-sass using the file structure above and here...
Thanks, will look into it again. Also it is time to update the dependencies. The idea was to create a pool of connections early and than acquire ready connections from...