Our blazing fast Grid component built with pure JavaScript


Post by gvats »

Hey good morning ,

How/where can i include the bryntum grid build folder in my angular application so when i distribute the application or some one on my team takes pull of application , he do not have to provide path of grid build folder when he npm installs bryntum grid on his system.
"npm install grid/build"

Post by Maxim Gorkovsky »

Hello.
As I understand you can pick any path you want in your reporsitory to store the grid distributables. Have you tried it?

Post by gvats »

What is the suggested or recommended way , i was trying to know that ?

Bryntum is not online hosted like other npm packages are?

Post by Maxim Gorkovsky »

We do not serve our code via npm, but it can be still used as a local package. We do not have recommendations to add or not to add our sources under version control. But if you feel need to add it to VCS, I cannot see why you cannot do that. I guess I would just create some folder in the app directory, added package there and fixed path to grid in package.json.

Post by gvats »

yes , thanks a lot

Post Reply