Skip to content

Commit

Permalink
[#2618] Improve comments in lib.fanstatic_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 20, 2012
1 parent 7ecf0d2 commit a66a250
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ckan/lib/fanstatic_resources.py
Expand Up @@ -34,18 +34,14 @@
from fanstatic import Library, Resource, Group, get_library_registry
import fanstatic.core as core

# This import patches fanstatic
# This imports patches fanstatic
import ckan.lib.fanstatic_extensions as fanstatic_extensions

from ckan.include.rjsmin import jsmin
from ckan.include.rcssmin import cssmin

log = logging.getLogger(__name__)

# TODO
# loop through dirs to setup
# warn on no entry point provided for fanstatic


def create_library(name, path, depend_base=True):
''' Creates a fanstatic library `name` with the contents of a
Expand Down

0 comments on commit a66a250

Please sign in to comment.