react-grid icon indicating copy to clipboard operation
react-grid copied to clipboard

No longer in NPM?

Open rschwabco opened this issue 10 years ago • 2 comments

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

rschwabco avatar Jul 16 '14 23:07 rschwabco

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.

hasdavidc avatar Aug 29 '14 19:08 hasdavidc

+1

HasRoie avatar Aug 29 '14 19:08 HasRoie