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
- Host: GitHub
- URL: https://github.com/devvoh/comminist
- Owner: devvoh
- License: mit
- Created: 2014-08-19T08:10:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T14:50:43.000Z (over 10 years ago)
- Last Synced: 2025-08-28T13:33:05.092Z (6 months ago)
- Language: PHP
- Size: 204 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).