Skip to content
Snippets Groups Projects
Commit 4628ddcc authored by thomaswoehlke's avatar thomaswoehlke
Browse files

* Fixed #123 split RkiBundeslaenderService into two Services, one for...

* Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
* Fixed #128 add fields from csv to RkiLandkreiseImport
* Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
* Fixed #140 move WhoImport to RKI in: rk_service_import.py
* Fixed #125 implement RkiLandkreise
* Fixed #126 implement RkiBundeslaenderImport
parent 68844b80
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,9 @@ function modules() { ...@@ -39,6 +39,9 @@ function modules() {
var popper_js = gulp.src([ var popper_js = gulp.src([
'./node_modules/popper.js/dist/**/*' './node_modules/popper.js/dist/**/*'
]).pipe(gulp.dest('./static/vendor/popper.js')); ]).pipe(gulp.dest('./static/vendor/popper.js'));
var popper_js = gulp.src([
'./node_modules/@fortawesome/fontawesome-free/**/*'
]).pipe(gulp.dest('./static/vendor/fontawesome-free'));
return merge( return merge(
bootstrap, jquery, popper_js bootstrap, jquery, popper_js
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment