Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
ngpr_prodige_table_editeur
Commits
a05bc124
Commit
a05bc124
authored
Jul 15, 2020
by
jnaud
Browse files
Fix dist path name
parent
c8e8b32c
Pipeline
#15979
failed with stages
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
angular.json
View file @
a05bc124
...
...
@@ -3,7 +3,7 @@
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"ngpr
-
prodige
-
table
-
editeur"
:
{
"ngpr
_
prodige
_
table
_
editeur"
:
{
"root"
:
""
,
"sourceRoot"
:
"src"
,
"projectType"
:
"application"
,
...
...
@@ -13,7 +13,7 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"dist/ngpr
-
prodige
-
table
-
editeur"
,
"outputPath"
:
"dist/ngpr
_
prodige
_
table
_
editeur"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
...
...
@@ -61,18 +61,18 @@
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"browserTarget"
:
"ngpr
-
prodige
-
table
-
editeur:build"
"browserTarget"
:
"ngpr
_
prodige
_
table
_
editeur:build"
},
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"ngpr
-
prodige
-
table
-
editeur:build:production"
"browserTarget"
:
"ngpr
_
prodige
_
table
_
editeur:build:production"
}
}
},
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"browserTarget"
:
"ngpr
-
prodige
-
table
-
editeur:build"
"browserTarget"
:
"ngpr
_
prodige
_
table
_
editeur:build"
}
},
"test"
:
{
...
...
@@ -107,7 +107,7 @@
}
}
},
"ngpr
-
prodige
-
table
-
editeur-e2e"
:
{
"ngpr
_
prodige
_
table
_
editeur-e2e"
:
{
"root"
:
"e2e/"
,
"projectType"
:
"application"
,
"prefix"
:
""
,
...
...
@@ -116,11 +116,11 @@
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"options"
:
{
"protractorConfig"
:
"e2e/protractor.conf.js"
,
"devServerTarget"
:
"ngpr
-
prodige
-
table
-
editeur:serve"
"devServerTarget"
:
"ngpr
_
prodige
_
table
_
editeur:serve"
},
"configurations"
:
{
"production"
:
{
"devServerTarget"
:
"ngpr
-
prodige
-
table
-
editeur:serve:production"
"devServerTarget"
:
"ngpr
_
prodige
_
table
_
editeur:serve:production"
}
}
},
...
...
@@ -136,5 +136,5 @@
}
}
},
"defaultProject"
:
"ngpr
-
prodige
-
table
-
editeur"
"defaultProject"
:
"ngpr
_
prodige
_
table
_
editeur"
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment