Skip to content

Cache file is empty, url not contains path to scripts and css files #8

Description

@cyberz

Code from my header view:

load->helper('assets'); $assets = array( 'main.css', 'theme/theme_style.css', ); add_assets($assets); echo get_assets(); ?>

it dishaply:

----------------- My directories structure: --------------- application public_html ...|_assets .......|_cache/604016905a30921163fced20a4d75f87.css --cache file forever is empty !!! .......|_css/main.css, ............|_theme/theme_style.css system etc.. ------------------------ my config: --------------------------- $config['script_dirs'] = array('js/'); $config['style_dirs'] = array('css/'); $config['cache_dir'] = 'assets/cache/'; $config['combine_css'] = TRUE; $config['minify_css'] = TRUE; $config['combine_js'] = TRUE; $config['minify_js'] = TRUE; $config['auto_update'] = TRUE; $config['static_cache'] = FALSE;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions