From 933fda184e0a2fdfb557fa1693b95f20bf656fd8 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Mon, 29 Apr 2024 14:10:57 +0300 Subject: [PATCH] fix: fix webassets draggable js --- ckanext/tour/assets/webassets.yml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ckanext/tour/assets/webassets.yml b/ckanext/tour/assets/webassets.yml index b5e7468..9258e18 100644 --- a/ckanext/tour/assets/webassets.yml +++ b/ckanext/tour/assets/webassets.yml @@ -19,8 +19,8 @@ tour-css: - css/style.css tour-draggable: - filter: cssrewrite - output: ckanext-tour/%(version)s-tour-draggable.css + filter: rjsmin + output: ckanext-tour/%(version)s-tour-draggable.js contents: - js/vendor/draggable/plugins.min.js - js/vendor/draggable/sort-animation.min.js diff --git a/setup.cfg b/setup.cfg index 89287e9..a872049 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ckanext-tour -version = 0.0.1 +version = 0.1.0 description = Create an interactive tour that will help users familiarize themselves with the important features of your portal long_description = file: README.md long_description_content_type = text/markdown