Open anivas opened 8 years ago
Is this package available via npm. When I say npm install -i gridster, I am getting the original version of gridster. Please let me know how to install this via npm or alternative ways to use this in webpack.
I use bower to fetch it: http://bower.io/search/?q=gridster-js
@anivas You can put the git url in your package.json file like so:
"gridster": "https://github.com/dsmorse/gridster.js.git#master"
Is this package available via npm. When I say npm install -i gridster, I am getting the original version of gridster. Please let me know how to install this via npm or alternative ways to use this in webpack.