We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neither of these configs generate source maps for either SCSS:
assets: source_maps: true compression: false prefix: '/assets' sources: - assets - assets/js
assets: source_maps: true compression: true prefix: '/assets' sources: - assets - assets/js
Adding JEKYLL_ENV=production or JEKYLL_ENV=development on top of the config above still doesn't trigger the generation of source maps.
JEKYLL_ENV=production
JEKYLL_ENV=development
[2019-08-22 18:21:37] ERROR `/assets/css/site-f35f10fd08b6aa61d32980178990453f2e8f8f1dc43e5fe411ad14a31bf44821.css.map' not found. [2019-08-22 18:20:41] ERROR `/assets/js/site-b534dbc9c94ee86fec4925290f78053cfc0affe8f0d2c461bace7428df0c4983.js.map' not found.
URLs without a .map work correctly and display a compressed JS/CSS.
.map
Source maps should be generated.
The text was updated successfully, but these errors were encountered:
envygeeks
No branches or pull requests
Description
Steps
Neither of these configs generate source maps for either SCSS:
Adding
JEKYLL_ENV=production
orJEKYLL_ENV=development
on top of the config above still doesn't trigger the generation of source maps.Output
URLs without a
.map
work correctly and display a compressed JS/CSS.Expected
Source maps should be generated.
The text was updated successfully, but these errors were encountered: