Questions tagged [publish]

The act of publishing involves making content available to the public. This includes actions such as finalizing and releasing an article in a CRM system, or sharing a project artifact with others.

developed a website utilizing ASP MVC in combination with Angular 2 framework

When it comes to developing the front end, I prefer using Angular 2. For the back end, I stick with Asp MVC (not ASP CORE)... In a typical Asp MVC application, these are the steps usually taken to publish the app: Begin by right-clicking on the project ...

Encountering an error in React Native while trying to use a custom component I created, receiving the following message: "Error: undefined Unable to resolve module <MyModule>"

I have developed a unique custom component named "react-native-weekly-calendar" with the intention of sharing it with the open source community. However, before I proceed with publishing it, I wanted to conduct some testing. Unfortunately, when attempting ...

Add compressed files to the website when publishing through Visual Studio

In my current project using ASP.NET 4.6 (not 5.0/Core), I have encountered a situation where some of the necessary JS libraries are only available through NPM. To address this, I am exploring the relatively new NPM and gulp-based pipelines suggested by Mic ...

When publishing, TypeScript-compiled JS files fail to be included, even though they are included during the build process in Debug and Release modes

My .NET MAUI project includes TypeScript files in the Scripts\scriptfiles.ts folder, which are compiled into wwwroot\js\scriptfiles.js. Everything functions properly until my client attempts to publish it, at which point all script files go ...