sass - CSS is loading from SCSS instead of CSS -




i have integrated sass in magento project gulp. whenever fired command gulp watch, working perfected , app.css generated. when access page, while css style loading app.css after css applied .scss files. not able find solution this.

fyi - above scenario occurring when disable option enable soucemap. when enable option sourcemap, css applying .scss files.

whenever interpreted sass, must have pre-compile make changes, in compilation process scss files copied css files , load css fortunately magento auto task you.

have followed guide lines here http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/css-topics/gulp-sass.html





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -