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

https://github.com/jakubpawlowicz/gulp-clean-css-v3-example

An example setup of gulp + gulp-clean-css (@clean-css 3)
https://github.com/jakubpawlowicz/gulp-clean-css-v3-example

clean-css gulp

Last synced: about 2 months ago
JSON representation

An example setup of gulp + gulp-clean-css (@clean-css 3)

Awesome Lists containing this project

README

          

# Example

This is a gulp-clean-css & clean-css 3 example.

When built via `gulp build` it produces a minified file with correct output and references to images & fonts.

Note that all sources from `/src` directory are copied to `/public` directory, however clean-css operates on `/src` folder only, i.e.:

```js
cleanCSS({ target: sourceDir, relativeTo: sourceDir })
```

For more details see discussion at https://github.com/jakubpawlowicz/clean-css/issues/854