-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
087a68f
commit bb71503
Showing
13 changed files
with
907 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": "eslint-config-ct-prodeng", | ||
"plugins": [ | ||
"vue" | ||
] | ||
"extends": "eslint-config-ct-prodeng", | ||
"plugins": [ | ||
"vue" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
/.vscode/settings.json | ||
/.externalToolBuilders/ | ||
/package-lock.json | ||
/gulpfile.overrides.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
✅ Tested for map.apps 4.15.1 / Linie 4 | ||
✅ Tested for map.apps 4.16.0 / Linie 4 | ||
|
||
#### Release Notes | ||
- autogenerated SNAPSHOT-Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* | ||
* Copyright (C) con terra GmbH | ||
*/ | ||
/* | ||
Rename this file to `gulpfile.overrides.js`, then you are able to modify the listed build flags. | ||
Do not commit this file, it is intended to be a local developer file. | ||
*/ | ||
module.exports = { | ||
// debug mode of ct-mapapps-gulp-js | ||
debug: true, | ||
|
||
// enable linting during watch | ||
lintOnWatch: true, | ||
|
||
// use https not http (uses self signed certificate ) | ||
https: false, | ||
|
||
// should the browser reload the open windows if files change | ||
autoReload: true, | ||
|
||
// disable initial build before starting the dev server | ||
previewNoInitialBuild: false, | ||
|
||
// defines how much workers are maximal allowed to use (3 is enough) | ||
rollupBuildMaxWorkers: 1, | ||
|
||
// on which port should the dev server be opened | ||
port: 9090, | ||
|
||
// should the browser be opened pointing to the dev server? | ||
openBrowser: true, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.