Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/gulp-minify-css-investigation
https://github.com/adam-lynch/gulp-minify-css-investigation
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam-lynch/gulp-minify-css-investigation
- Owner: adam-lynch
- Created: 2015-06-18T13:35:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T13:36:01.000Z (over 9 years ago)
- Last Synced: 2024-12-01T16:34:25.596Z (about 2 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Created for [murphydanger/gulp-minify-css#107](https://github.com/murphydanger/gulp-minify-css/issues/107).
1. `cd 1.1.0`
2. `npm cache clean`
3. `npm i`
4. `gulp`
5. See that `index.css` is the same as `index.min.css`
6. `cd ../1.1.1`
8. `npm cache clean`
8. `npm i`
9. `gulp`
10. See that `index.css` *isn't* the same as `index.min.css`