New dist files generated using gruntfile

This commit is contained in:
Jerome Louis 2015-11-18 16:48:43 +01:00
commit 4471b9e385
7 changed files with 591 additions and 203 deletions

5
dist/gridstack.js vendored Normal file → Executable file
View file

@ -8,6 +8,11 @@
define(['jquery', 'lodash', 'jquery-ui/core', 'jquery-ui/widget', 'jquery-ui/mouse', 'jquery-ui/draggable',
'jquery-ui/resizable'], factory);
}
else if (typeof exports !== 'undefined') {
try { jQuery = require('jquery'); } catch(e) {}
try { _ = require('lodash'); } catch(e) {}
factory(jQuery, _);
}
else {
factory(jQuery, _);
}