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)
- Host: GitHub
- URL: https://github.com/jakubpawlowicz/gulp-clean-css-v3-example
- Owner: jakubpawlowicz
- Created: 2017-02-14T15:33:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T15:57:39.000Z (over 9 years ago)
- Last Synced: 2025-03-29T06:11:48.331Z (about 1 year ago)
- Topics: clean-css, gulp
- Language: CSS
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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