Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
813
Issues
813
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
264364cac5b6571c072cb7a9b6e0ea3cc64ac403...fc2afca5276751641d2c0ee7f889380e6e2a9e94
Source
fc2afca5276751641d2c0ee7f889380e6e2a9e94
Select Git revision
...
Target
264364cac5b6571c072cb7a9b6e0ea3cc64ac403
Select Git revision
Compare
Commits (2)
Revert "Consider user_guid value as part of a unique marker - Related to
#1515
"
· b1d373a9
Guy Thouret
authored
34 minutes ago
This reverts commit
f7a02fd7
.
b1d373a9
Consider user_guid value as part of a unique marker - Related to
#1515
· fc2afca5
Guy Thouret
authored
32 minutes ago
fc2afca5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
fc2afca5
...
...
@@ -7,7 +7,7 @@
"start"
:
"ng serve"
,
"prebuild"
:
"gulp build.sass"
,
"build"
:
"ng build --prod"
,
"prebuild-dev"
:
"gulp build.sass"
,
"prebuild-dev"
:
"gulp build.sass
--deploy-url=http://localhost/en
"
,
"build-dev"
:
"ng build --output-path dist/en --deploy-url=/en/ --watch=true"
,
"test"
:
"ng test"
,
"lint"
:
"ng lint"
,
...
...
This diff is collapsed.
Click to expand it.