ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

support commonjs #434

Open joaoafrmartins opened 9 years ago

joaoafrmartins commented 9 years ago

adds support for commonjs modules

joaoafrmartins commented 9 years ago

@vieron hey there! can you merge this? this allows require for browserify....

dsmorse commented 9 years ago

Looks great I merged it into my fork dsmorse/gridster.js

asaworld commented 9 years ago

+1 to getting this merged in

asaworld commented 9 years ago

Probably should add "main": "src/jquery.gridster.js", to package.json so browserify works.

tpickett commented 8 years ago

Sure would be nice if this could be merged in... i can confirm that @joaoafrmartins branch is working with browserify.