Added cryptsheet to cryptpad suite!
This commit is contained in:
@@ -12,6 +12,12 @@ config.websocketPort = config.websocketPort || config.httpPort;
|
||||
var app = Express();
|
||||
app.use(Express.static(__dirname + '/www'));
|
||||
|
||||
// Bower is broken and does not allow components nested within components...
|
||||
// And jquery.sheet expects it!
|
||||
// *Workaround*
|
||||
app.use("/bower_components/jquery.sheet/bower_components",
|
||||
Express.static(__dirname + '/www/bower_components'));
|
||||
|
||||
var httpsOpts;
|
||||
if (config.privKeyAndCertFiles) {
|
||||
var privKeyAndCerts = '';
|
||||
|
||||
Reference in New Issue
Block a user