Skip to content

Commit

Permalink
add missing component declaration in gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cDanowski committed Apr 10, 2024
1 parent ccc7f76 commit 4371158
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ module.exports = function (grunt) {
'app/util/genericServices/kommonitorGeocoderHelperService/kommonitor-geocoder-helper-service.module.js',
'app/util/genericServices/kommonitorReachabilityCoverageReportsHelperService/kommonitor-reachability-coverage-reports-helper-service.module.js',
'app/components/common/singleFeatureEdit/single-feature-edit.module.js',
'app/components/common/singleFeatureEdit/single-feature-edit.component.js',
'app/components/common/singleFeatureEdit/single-feature-edit.component.js',
'app/components/common/classificationMethodSelect/classification-method-select.module.js',
'app/components/common/classificationMethodSelect/classification-method-select.component.js',
'app/components/kommonitorUserInterface/kommonitorControls/kommonitorDataSetup/kommonitor-data-setup.module.js',
'app/components/kommonitorUserInterface/kommonitorControls/kommonitorDataSetup/kommonitor-data-setup.component.js',
'app/components/kommonitorAdmin/adminDashboardManagement/admin-dashboard-management.module.js',
Expand Down Expand Up @@ -206,6 +208,7 @@ module.exports = function (grunt) {
kommonitor_styles: [
'app/app.css',
'app/components/kommonitorUserInterface/kommonitorControls/kommonitorLegend/kommonitor-legend.css',
'app/components/common/classificationMethodSelect/classification-method-select.css',
'app/components/kommonitorUserInterface/kommonitorControls/kommonitorClassification/kommonitor-classification.css'
],
copy_files: [
Expand Down

0 comments on commit 4371158

Please sign in to comment.