About 31,900,000 results
Open links in new tab
  1. github - What is the meaning of the /dist directory in open source ...

    Since I first saw a dist/ directory in many open source projects, usually on GitHub, I've been wondering what it means. With dist, vendor, lib, src, and many other folder names that we see quite o...

  2. What is the role of src and dist folders? - Stack Overflow

    dist/ stands for distribution, and is the minified/concatenated version - actually used on production sites. This is a common task that is done for assets on the web to make them smaller.

  3. naming conventions - What does .dist used as an extension of some ...

    May 23, 2016 · What does .dist used as an extension of some source code file mean? Asked 12 years, 7 months ago Modified 9 years, 7 months ago Viewed 29k times

  4. How to "build" contents of a node application to a folder called "dist"

    Oct 30, 2017 · 6 I have a node.js+express application. To deploy it to my server the partner is asking me to "build" the app into a folder called "dist" where all the files that need to be deployed to the server …

  5. How do I manipulate/access elements of an instance of "dist" class ...

    Mar 27, 2012 · A basic/common class in R is called "dist", and is a relatively efficient representation of a symmetric distance matrix. Unlike a "matrix" object, however, there does not seem to be support for

  6. typescript npm package - how to not having to import from "dist/"

    export interface UnaryValueUpdatable<T> { value: T; onChange: (value: T) => void; } I compile my entire source to dist/, because it is a utility package there's no entry or main file, I just want to use the types …

  7. Maintain src/ folder structure when building to dist/ folder with ...

    When using TypeScript 2, I was able to transpile my project from the src/ to a dist/ folder and have a mirror image of my directory structure to work with. With the release of TypeScript 3, they have …

  8. Nestjs build started building inside of SRC instead of ./dist

    Feb 6, 2025 · This was working fine, generating the expected build output in ./dist, mirroring the structure of src. However, all of a sudden, the build process started placing the entire src folder …

  9. What is the difference between build and dist folder?

    Mar 28, 2016 · 45 Dist is for distribution and contains minified code. Build contains code that is not minified and not ready for production deployment. Check this link… What is the role of src and dist …

  10. python - pip install crawl4ai Error ... - Stack Overflow

    Apr 2, 2025 · I have VS code version 1.98 Microsoft C++ Visual Studio of I tried the following: