awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ben-eb avatar

ben-eb/gulp-uncssArchived

0
View on GitHub↗
932 stars·38 forks·JavaScript·MIT·9 views

Gulp Uncss

DEPRECATED. Remove unused CSS selectors.

Features

  • Asset Optimization - Removes unused CSS selectors via Gulp.

Star history

Star history chart for ben-eb/gulp-uncssStar history chart for ben-eb/gulp-uncss

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gulp Uncss

Similar open-source projects, ranked by how many features they share with Gulp Uncss.
  • gregberge/svgrG

    gregberge/svgr

    11,043View on GitHub↗

    SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user interface trees. It functions as an AST-based code transformer and build-time asset pipeline, parsing SVG XML into an abstract syntax tree to modify elements before generating JavaScript source code. The project integrates an external optimization engine to strip redundant metadata and minify attributes, ensuring vector images are flexible and easy to style. It uses recursive tree traversal to apply these transformations to all nested graphic elements and employs attribute mapping t

    TypeScript
    View on GitHub↗11,043
  • clean-css/clean-cssclean-css avatar

    clean-css/clean-css

    4,201View on GitHub↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    JavaScript
    View on GitHub↗4,201
  • cobrateam/django-htmlmincobrateam avatar

    cobrateam/django-htmlmin

    543View on GitHub↗

    HTML minifier for Python frameworks (not only Django, despite the name).

    Python
    View on GitHub↗543
  • aheckmann/gmaheckmann avatar

    aheckmann/gm

    6,980View on GitHub↗

    gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo

    JavaScript
    View on GitHub↗6,980
See all 30 alternatives to Gulp Uncss→

Frequently asked questions

What does ben-eb/gulp-uncss do?

DEPRECATED. Remove unused CSS selectors.

What are the main features of ben-eb/gulp-uncss?

The main features of ben-eb/gulp-uncss are: Asset Optimization.

What are some open-source alternatives to ben-eb/gulp-uncss?

Open-source alternatives to ben-eb/gulp-uncss include: gregberge/svgr — SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user… clean-css/clean-css — Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to… cobrateam/django-htmlmin — HTML minifier for Python frameworks (not only Django, despite the name). css/csso — csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic… deanhume/html-minifier — A simple command line tool to minify your HTML, Razor views & Web Forms views. aheckmann/gm — gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for…