1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

chore(build-system): replace Recess with PostCSS (#975)

This commit is contained in:
Konstantin Azizov 2017-07-04 15:30:23 +03:00 committed by Anthony Lapenna
parent 07a0c4dfe3
commit c5ce45f588
2 changed files with 26 additions and 40 deletions

View file

@ -22,9 +22,10 @@
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.1",
"bower": "^1.5.2",
"cssnano": "^3.10.0",
"eslint": "^3.19.0",
"grunt": "~0.4.0",
"grunt-cli": "^1.2.0",
@ -32,7 +33,6 @@
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.3.1",
@ -40,7 +40,7 @@
"grunt-html2js": "~0.1.0",
"grunt-if": "^0.1.5",
"grunt-karma": "~0.4.4",
"grunt-recess": "~0.3",
"grunt-postcss": "^0.8.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1",