vaibhav111tandon / vov.css

📱💻A CSS Library for small but useful animations💻📱
https://vaibhav111tandon.github.io/vov.css/
MIT License
173 stars 24 forks source link

Add a task runner #11

Closed vitebo closed 5 years ago

vitebo commented 5 years ago

I tried to do it the simplest way so as not to have to change much in the repository, so I chose to use:

just use npm run compile to compile the file.

OBS

One point I found important is that without adding autoprefixer, the minified file gets8.8kb, and when I add the file goes to 20kb. I did not know that these autoprefixer could make all this difference.

vaibhav111tandon commented 5 years ago

thank you for the changes @vitebo