https://github.com/jakubpawlowicz/gulp-clean-css-v4-example
An example setup of gulp + gulp-clean-css (@clean-css 4)
https://github.com/jakubpawlowicz/gulp-clean-css-v4-example
clean-css gulp
Last synced: about 2 months ago
JSON representation
An example setup of gulp + gulp-clean-css (@clean-css 4)
- Host: GitHub
- URL: https://github.com/jakubpawlowicz/gulp-clean-css-v4-example
- Owner: jakubpawlowicz
- Created: 2017-02-14T16:14:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T16:15:03.000Z (over 9 years ago)
- Last Synced: 2025-03-29T06:11:48.363Z (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 4 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({ rebaseTo: sourceDir })
```
clean-css 3 example can be found at https://github.com/jakubpawlowicz/gulp-clean-css-v3-example