Gulp: Cleanup dead code

The task for building tutti was never used, since all functionality is
built by pillar.

Also remove the dependencies for jQuery and Bootstrap in package.json
This commit is contained in:
2018-09-14 01:19:45 +02:00
parent 9fd233a8dc
commit 90d6685add
2 changed files with 7 additions and 50 deletions

View File

@@ -22,10 +22,5 @@
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify-es": "^1.0.4",
"minimist": "^1.2.0"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
}
}