Remove unused build steps.

* autoprefixer
* ngAnnotate
* imagemin
* svgmin
This commit is contained in:
baldo 2022-07-21 12:26:02 +02:00
commit cf890c21cb
3 changed files with 42 additions and 2381 deletions

View file

@ -21,7 +21,7 @@
"scripts": {
"test": "yarn run server:test",
"build": "yarn run server:build && grunt build && rsync -avzL --exclude='*/__mocks__/' --exclude='*.test.*' server-build/ dist/server/",
"clean": "rm -rf server-build/ && grunt clean",
"clean": "rm -rf server-build/ dist/ && grunt clean",
"dist": "yarn run clean && yarn run build && ./bin/dist-fix-symlinks.sh && yarn run test",
"client:serve": "grunt serve",
"server:test": "jest --config=jest.server.config.js",
@ -75,7 +75,6 @@
"bower": "^1.8.13",
"escape-string-regexp": "^5.0.0",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "^3.0.0",
"grunt-connect-proxy": "^0.2.0",
@ -86,20 +85,16 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-develop": "^0.4.0",
"grunt-html2js": "^0.8.0",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^4.0.0",
"grunt-replace": "^2.0.2",
"grunt-rev": "^0.1.0",
"grunt-svgmin": "^6.0.1",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"imagemin-gifsicle": "^7.0.0",
"jest": "^28.1.3",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",