|
|
@@ -56,6 +56,11 @@ cssmerger([
|
|
|
"./views/dashboardPage/css"
|
|
|
], "./views/dashboardPage/bundle.css");
|
|
|
|
|
|
+cssmerger([
|
|
|
+ "./views/shared/css/",
|
|
|
+ "./views/otherPages/style.css"
|
|
|
+], "./views/otherPages/bundle.css");
|
|
|
+
|
|
|
if(process.env.NODE_ENV === "production"){
|
|
|
httpsServer.listen(process.env.HTTPS_PORT, ()=>{});
|
|
|
}
|