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 Apr 20, 2018. It is now read-only.
Your documentation implies that I can edit the flow for just the js, without affecting the css. I found that the following didn't work:
First, I had to add
post: {}
, which is ridiculous. How are users supposed to figure this out?Then, I was getting "No cssmin targets found", and fixed that by adding back the
steps: { css: ['concat', 'cssmin']
. And so the above turns into:Am I missing something?
The text was updated successfully, but these errors were encountered: