prometheusresearch-archive / react-grid

MIT License
80 stars 20 forks source link

No longer in NPM? #10

Open rschwabco opened 10 years ago

rschwabco commented 10 years ago

Was the package removed? Is there a built version anywhere?

hasdavidc commented 10 years ago

Seems like you need to do something like this:

npm install;
npm install -g uglify-js;
cd standalone;
npm install;
make;

to generate react-grid.min.js - I think this file could be checked in.

HasRoie commented 10 years ago

+1