Skip to content

Commit

Permalink
removal: remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jan 20, 2024
1 parent 832e7fa commit cdc1c13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 0 additions & 5 deletions ckanext/drupal_api/assets/css/styles.css

This file was deleted.

10 changes: 5 additions & 5 deletions ckanext/drupal_api/assets/webassets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
styles:
filters: cssrewrite
output: ckanext-drupal_api/%(version)s-styles.css
contents:
- css/styles.css
# styles:
# filters: cssrewrite
# output: ckanext-drupal_api/%(version)s-styles.css
# contents:
# - css/styles.css
1 change: 0 additions & 1 deletion ckanext/drupal_api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def get_helpers(self):

def update_config(self, config_):
tk.add_template_directory(config_, "templates")
tk.add_resource("assets", "ckanext-drupal-api")
tk.add_ckan_admin_tab(config_, "drupal_api.drupal_api_config", "Drupal API")

# IBlueprint
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.6.0',
version='0.6.1',

description='''''',
long_description=long_description,
Expand Down

0 comments on commit cdc1c13

Please sign in to comment.