awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asset Path Configurations · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesAsset Path Configurations

Settings for defining the base URL or prefix used for loading static assets like scripts, styles, and images.

Explore 2 awesome GitHub repositories matching development tools & productivity · Asset Path Configurations. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Project Scaffolding, Config & Code Generation
  4. Project Scaffolding and Configuration
  5. Build Configuration
  6. Asset Path Configurations

Awesome Asset Path Configurations GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    Specifies public base paths for assets to ensure correct URL resolution in nested deployment structures.

    TypeScriptbuild-tooldev-serverfrontend
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Configure the base public URL to ensure assets resolve correctly across CDNs and absolute path structures.

    JavaScriptamdbuild-toolcommonjs