factor1 / prelude-wp

Prelude is a WordPress starter theme that helps you craft custom themes.
GNU General Public License v3.0
14 stars 3 forks source link

Wrong path to theme.css.map #193

Open PawelZu opened 3 years ago

PawelZu commented 3 years ago

theme.css and theme.css.map files are both in dist directory, and theme.css.map is included in theme.css by /*# sourceMappingURL=dist/theme.css.map */ so it is not working. When I manualy change it to /*# sourceMappingURL=./theme.css.map */ it works, but it's overwritten by every change in scss files. How to fix this?