mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Added sourcemaps, autoprefixing, css minification
This commit is contained in:
parent
2b4962fc13
commit
b19121261e
5 changed files with 2101 additions and 541 deletions
14
package.json
14
package.json
|
|
@ -23,11 +23,13 @@
|
|||
"url": "https://github.com/kognise/water.css/issues"
|
||||
},
|
||||
"homepage": "https://github.com/kognise/water.css",
|
||||
"devDependencies": {
|
||||
"express": "^4.16.4",
|
||||
"fs-extra": "^7.0.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"socket.io": "^2.2.0",
|
||||
"chokidar": "^2.1.5"
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^9.5.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sourcemaps": "^2.6.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue