hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

npm - packages #98

Closed BoyZeePoole closed 7 years ago

BoyZeePoole commented 7 years ago

There is already a package on npm for grid-list, but none for jquery.gridList? We are using systemJS with angular and import our components via package.json making it difficult to use the jquery.gridList.

NiGhTTraX commented 7 years ago

You should be able to import the jQuery plugin by its path in the repo i.e. require('gridlist/src/jquery.gridList.js').

On Oct 20, 2016 9:51 AM, "BoyZeePoole" notifications@github.com wrote:

There is already a package on npm for grid-list, but none for jquery.gridList? We are using systemJS with angular and import our components via package.json making it difficult to use the jquery.grifList.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hootsuite/grid/issues/98, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdmxR0w8thXhUKRQ2XQTXza-YhkwVsgks5q1x1wgaJpZM4Kb0Yw .

BoyZeePoole commented 7 years ago

Awesome, I'm not using require, but import 'gridlist/src/jquery.gridList.js', worked just fine... Thanks