mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Update grunt connect config
This commit is contained in:
+7
-2
@@ -24,8 +24,13 @@ module.exports = function(grunt) {
|
||||
server: {
|
||||
options: {
|
||||
hostname: '*',
|
||||
directory: '.',
|
||||
keepalive: true
|
||||
keepalive: true,
|
||||
middleware: function(connect, options) {
|
||||
return [
|
||||
connect.static(options.base),
|
||||
connect.directory(options.base)
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user