mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
Enrich styleguide with new features, rules and changes
The styleguide for usage of visual elements has not been updated for a long time. In the course of this story it should be adapted to the current standards and rules. In addition, heavy violations were rectified directly.
This commit is contained in:
@@ -50,9 +50,10 @@ module.exports = {
|
||||
filename: "ui-styles.bundle.js"
|
||||
},
|
||||
devServer: {
|
||||
contentBase: path.join(__dirname, "public"),
|
||||
contentBase: [path.join(__dirname, "public"), path.join(__dirname, "..", "ui-webapp", "public")],
|
||||
contentBasePublicPath: ["/", "/ui-webapp"],
|
||||
compress: false,
|
||||
overlay: true,
|
||||
port: 5000,
|
||||
port: 5000
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user