Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket.org/rj/cssmin-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket.org/rj/cssmin-go

  • v0.0.0-20160309160558-db23acf2ab86
  • Source
  • Go
  • Socket score

Version published
Created
Source

Introduction

Command cssmin-go is a utility for the minimization of CSS. It is based on the package github.com/dchest/cssmin. The minimization is performed with a sequence of transforms based on regular expressions.

This limited documentation is also available on godoc.

Usage

Usage: ./cssmin-go [OPTION]... FILE_NAME...

Options:
  -o string
    	Filename for the minimized output
  -v	Print extra statistics after minimization

If no output filename is provided, the minified CSS is written to standard out.

Multiple input filenames can be provided. The data from those files will be concantenated prior to minimization. Alternatively, the user can provide no input filenames, in which case input will be taken from stdin.

FAQs

Package last updated on 09 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc