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
Hello all,
Can anyone help me out for showing grunt sass sourcemap.I had figure out that sass sourcemap only works when it is ni root file but how to show the sass sourcemap in browser if the scss file is not in root file.
Hello all,
Can anyone help me out for showing grunt sass sourcemap.I had figure out that sass sourcemap only works when it is ni root file but how to show the sass sourcemap in browser if the scss file is not in root file.
How to change or add custom path in following
Grunt Sass Generated:
/*# sourceMappingURL=assets/css/style.css.map */
I want like this:
/*# sourceMappingURL=D:/wamp/www/foldername/foldername/wp-content/plugins/foldername/assets/css/style.css.map */
The text was updated successfully, but these errors were encountered: