An open API service indexing awesome lists of open source software.

https://github.com/devvoh/comminist

A command-line CSS combiner/minifier in php
https://github.com/devvoh/comminist

Last synced: 5 months ago
JSON representation

A command-line CSS combiner/minifier in php

Awesome Lists containing this project

README

          

comminist
=========

A command-line CSS combiner/minifier in php.

Run with 'init' parameter ('comminist init') to generate a blank comminist.config.json file in the current directory.

Then simply run without a parameter to go through the configured tasks.

It is possible to run a task multiple times, and the tasks are executed in order.

Available tasks: delete (+src), combine (+src,dest) and minify (+src, dest).