mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-16 00:24:45 +02:00
Merge pull request #11 from zeroedin-bill/master
for traditional bower users like myself, its just one more thing to 'preen', but if it helps you lets make it happen
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
"CONTRIBUTING.md",
|
||||
"Gruntfile.js",
|
||||
"package.json",
|
||||
"src/",
|
||||
"test/"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
;(function(root, factory) {
|
||||
'use strict';
|
||||
if(typeof exports === 'object') {
|
||||
module.exports = factory(require('jquery'), require('./jquery-gridster.js'));
|
||||
module.exports = factory(require('jquery'), require('./jquery.gridster.js'));
|
||||
}
|
||||
else if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery', 'gridster'], factory);
|
||||
|
||||
Reference in New Issue
Block a user