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 Sep 25, 2020. It is now read-only.
The
grunt
command is breaking build with a warning. The problem started in Travis-CI and now it's displaying in local Windows install too:My
Gruntfile.js
andpackage.json
are hereWe tried solving some issues in StackOverflow, and figured out two things:
require('es6-promise').polyfill()
is important because postcss withdrawn es6-promise supportBut still it's not proceeding further. 😞
What's wrong with my process using
grunt-postcss
?The text was updated successfully, but these errors were encountered: