What are the best options for front-end minification and bundling that don't depend on node/npm?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bundling

    A library for optimizing and bundling web assets of ASP.NET Core applications.

  • You may check out this library as well. I created it exactly with the goal of getting rid of JS-based tools in my .NET projects.

  • aspnetskeleton2

    A foundation for building robust web applications on ASP.NET Core.

  • As for TypeScript, you're kinda out of luck because the TS compiler is written in TS, so it inevitably needs a JS runtime (like node) to run. However, IMO it's strongly advisable to use TS for any client-side logic bigger than 100-200 lines of code. So regarding this I usually just accept the compromise. At least, the following setup works for me perfectly: I configure the TS compiler to emit ES6 modules and I bundle the emitted JS modules using the lib. You can find a working example of this in my web project template: tsconfig.json, bundler configuration.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Comment ajouter un tableau d'affichage et un tableau de classement à votre jeu Unity

    2 projects | dev.to | 14 May 2024
  • How to Add a Scoreboard and Leaderboard to Your Unity Game

    2 projects | dev.to | 14 May 2024
  • Unityゲームにスコアボードとリーダーボードを追加する方法

    2 projects | dev.to | 14 May 2024
  • Azure DevOps Services Attack Toolkit - ADOKit is a toolkit that can be used to attack Azure DevOps Services by taking advantage of the available REST API

    1 project | /r/purpleteamsec | 11 Dec 2023
  • ADOKit: Azure DevOps Services Attack Toolkit

    1 project | /r/blueteamsec | 5 Dec 2023