New dist files generated using gruntfile
This commit is contained in:
parent
9bba3fbb18
commit
4471b9e385
7 changed files with 591 additions and 203 deletions
5
dist/gridstack.js
vendored
Normal file → Executable file
5
dist/gridstack.js
vendored
Normal file → Executable 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, _);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue