Questions tagged [javascript]

4 questions
8
votes
1 answer

Strategy for deploying/hosting javascript-based static websites in containers

This comes up from time to time in several of our dev teams, without us having figured out the "right" way: We use a lot of react-based webapplications that "compile" into static websites that are just a few html, js and css files. However, the…
Trondh
  • 381
  • 1
  • 6
2
votes
1 answer

GitLab Maintain versions of the code in GitLab CI/CD pipeline for the develop branch

I would like to ensure that code merged via merge request in a GitLab from the feature branch to our develop branch has always a new unique version (gitflow strategy). Version currently stored as the part of the code and depends on the project…
Ievgen
  • 121
  • 4
1
vote
2 answers

Single Page Apps and DevOps Pipeline?

I am new to the whole DevOps process. As a software developer with some experience in building single-page applications (SPAs) using Webpack which already takes care of the unit checks, code validation, etc, how does a SPA development process fit…
redshift
  • 113
  • 3
0
votes
0 answers

Is there a package manager in Azure Pipeline to Copy content files from nuget source into a .NET Framework project?

I have a .NET Framework 4.8 web service project, it has jquery packages in it. When I use Visual Studio to install the packages, the script and theme files are automatically copied from the packages to the project. From a fresh clone of the code I…