Skip to content

Commit

Permalink
Try removing all public folders
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg committed Nov 21, 2023
1 parent 9db86ef commit 38dfe63
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
Empty file removed ckanext/sitemap/assets/.gitignore
Empty file.
10 changes: 0 additions & 10 deletions ckanext/sitemap/assets/script.js

This file was deleted.

5 changes: 0 additions & 5 deletions ckanext/sitemap/assets/style.css

This file was deleted.

14 changes: 0 additions & 14 deletions ckanext/sitemap/assets/webassets.yml

This file was deleted.

6 changes: 0 additions & 6 deletions ckanext/sitemap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ class SitemapPlugin(plugins.SingletonPlugin):
plugins.implements(plugins.IConfigurer)
plugins.implements(plugins.IBlueprint)

# IConfigurer
def update_config(self, config_):
toolkit.add_template_directory(config_, "templates")
toolkit.add_public_directory(config_, "public")
toolkit.add_resource("assets", "sitemap")

# IBlueprint
def get_blueprint(self):
return view.get_blueprints()
Expand Down
Empty file removed ckanext/sitemap/public/.gitignore
Empty file.
Empty file.

0 comments on commit 38dfe63

Please sign in to comment.