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
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
This used to work in v1.4.0, now(v1.7.2) it will only generate one file, whichever run last, i.e. if webfont:css is run, it will clean up the scss file and generate a css file, vice versa for webfont:scss. I want to keep both the scss file and the css.
The way I see it, either we add a lot of template options, e.g. templateCss, templateScss, like what has been done for destCss, or roll back the change. Both of which should be considered to be "breaking" (one breaks v1.5 while the other breaks v1.6-v1.7) and should probably be released as v2.
Either way, I will stick to v1.5 for the time being.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This used to work in v1.4.0, now(v1.7.2) it will only generate one file, whichever run last, i.e. if
webfont:css
is run, it will clean up the scss file and generate a css file, vice versa forwebfont:scss
. I want to keep both the scss file and the css.Gruntfile.js:
The text was updated successfully, but these errors were encountered: