Skip to content

Commit

Permalink
setup fanstatic for css and javascript libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 10, 2012
1 parent b3f3937 commit 84cbc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ckan/html_resources/__init__.py
Expand Up @@ -139,4 +139,5 @@ def create_resource(filename):


# create our library here
create_library('resources', 'resources')
create_library('javascript', 'javascript')
create_library('css', 'css')
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -106,7 +106,8 @@
domain_object_mods = ckan.model.modification:DomainObjectModificationExtension
[fanstatic.libraries]
resource = html_resources:resources
css = html_resources:css
javascript = html_resources:javascript
""",
# setup.py test command needs a TestSuite so does not work with py.test
Expand Down

0 comments on commit 84cbc83

Please sign in to comment.