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
This issue causes some trouble. For example, "grunt serve:compress" uses the production environment (which is fine) but a subsequent "grunt serve" doesn't switch back to development.
"grunt clean" is supposed to clean the www directory, but it doesn't (although it seems to do quite a lot).
Adding this line at the end of Gruntfile.js fixes it for me:
IIUC, this should be added to templates/common/_Gruntfile.js.
The text was updated successfully, but these errors were encountered: