Can I use dev tools persist with live site?

56 views Asked by At

Trying to use Dev Tools Persist. Had a lot of trouble adding folder but eventually that worked. Folder is faded out and I can't "Map to File System Resource" (right click only shows this:

right click of folders added

I tried using the "show editor in console" experiment (here and here) as a workaround but could never find it, despite enabling experiments.

I'm using dev off the live site. I don't control the site so don't have access to local files. I only need to update styles.

thanks!

1

There are 1 answers

0
Marcel van der Drift On

Had the same problem, missing "Map to File System Resource". When my source maps included sourcesContent, the file mappings were automatically made and I could live edit my scss. Apparently chrome uses the content to find the right file.

node-sass --source-map-contents