https://github.com/icflorescu/fly-cssnano
Minify CSS with cssnano.
https://github.com/icflorescu/fly-cssnano
Last synced: 10 months ago
JSON representation
Minify CSS with cssnano.
- Host: GitHub
- URL: https://github.com/icflorescu/fly-cssnano
- Owner: icflorescu
- License: mit
- Created: 2015-11-02T19:00:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T19:01:20.000Z (about 10 years ago)
- Last Synced: 2025-01-28T04:34:22.522Z (12 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
> [cssnano](http://cssnano.co) plugin for _[Fly][fly]_.
[![][fly-badge]][fly]
[![npm package][npm-ver-link]][releases]
[![][dl-badge]][npm-pkg-link]
[![][travis-badge]][travis-link]
[![][mit-badge]][mit]
## Usage
> Check out the [documentation](http://cssnano.co/options) to see the
available options.
## Install
With [npm][npm-pkg-link] do:
```a
npm install -D fly-cssnano
```
## Example
```js
export build = function* () {
yield this
.source("src/**/*.css")
.cssnano()
.target("dist/")
}
```
## License
MIT © [Ben Briggs][author]
[mit]: http://opensource.org/licenses/MIT
[author]: http://beneb.info
[contributors]: https://github.com/ben-eb/fly-cssnano/graphs/contributors
[releases]: https://github.com/ben-eb/fly-cssnano/releases
[fly]: https://www.github.com/flyjs/fly
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-pkg-link]: https://www.npmjs.org/package/fly-cssnano
[npm-ver-link]: https://img.shields.io/npm/v/fly-cssnano.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-cssnano.svg?style=flat-square
[travis-link]: https://travis-ci.org/ben-eb/fly-cssnano
[travis-badge]: http://img.shields.io/travis/ben-eb/fly-cssnano.svg?style=flat-square