Closed yehee closed 6 years ago
Thanks for creating this PR @alice-0-kim! This would be so cool not to have to think about!
I'm a yarn fan, but maybe I shouldn't be, just wanted to bring it to your attention as that is what I used for the other node related issue.
I like the npm scripts in here, that's the way I'm leaning instead of all the other task runners like grunt/gulp/etc
I did a small change to the script that should have it work without npx and has browsers (that may need direction from @occupant ) . It would be nice if the CSS files weren't compressed so the diffs were easier to read. I removed the install script(as I'm not sure how that would work since npm install
should do that already) and changed the script name a bit but feel free to change that back or improve on that name.
Run:
to run postcss autoprefixer against all the CSS files reside in
css
folder and to be saved underpostcss
folder.I was not sure where to store the files afterwards, so please have a look into this pull request.