vladkens / autoprefixer-php

Provides PHP integration with Node.js application
MIT License
75 stars 15 forks source link

Is it updated somehow? #8

Open Igreh opened 8 years ago

Igreh commented 8 years ago

I wonder your autoprefixer.js file contains caniuse db inside. Is it possible to update its data?

Nebual commented 8 years ago

It can update itself by running $autoprefixer->update();, which simply fetches from https://raw.github.com/ai/autoprefixer-rails/master/vendor/autoprefixer.js . That repo appears to update the blob quite often.