Open shaipetel opened 3 years ago
Describe the bug Assume I have 2 css files: base.css app.css
in app.css I import base.css "@import "base.css" in app.min.css - a copy of the base.css is added instead of the import statement.
Now - assume I made changes to base.css.
in the raw CSS version of app.css I have the @impot statement, which works fine when base.css is modified.
However. app.min.css will not be updated with the changes made in base.css until app.css is re-saved.
To Reproduce Steps to reproduce the behavior:
Expected behavior Using the minify on save option should re-create the min file if any of the imported files change.
Desktop (please complete the following information):
Describe the bug Assume I have 2 css files: base.css app.css
in app.css I import base.css "@import "base.css" in app.min.css - a copy of the base.css is added instead of the import statement.
Now - assume I made changes to base.css.
in the raw CSS version of app.css I have the @impot statement, which works fine when base.css is modified.
However. app.min.css will not be updated with the changes made in base.css until app.css is re-saved.
To Reproduce Steps to reproduce the behavior:
Expected behavior Using the minify on save option should re-create the min file if any of the imported files change.
Desktop (please complete the following information):