Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fTemplating Minify not creating cache file. #202

Open
NeoVance opened this issue Dec 15, 2013 · 0 comments
Open

fTemplating Minify not creating cache file. #202

NeoVance opened this issue Dec 15, 2013 · 0 comments

Comments

@NeoVance
Copy link

The call to $this->place('css') is not causing any error. I have gone over everything twice and I can not figure out why this is not working. Anyone have any guesses that I may have not considered?

Array
(
    [fTemplatingbuffered_id] => {null}
    [fTemplatingelements] => Array
        (
            [route] => /
            [name] => Host Conduit
            [base] => http://www.hostconduit.com
            [tagline] => {null}
            [theme] => /default/
            [top] => header.php
            [main] => main.php
            [bottom] => footer.php
            [minify] => {true}
            [config] => Array
                (
                    [error] => stdClass Object
                        (
                            [debugging] => {true}
                            [environment] => development
                        )

                    [email] => stdClass Object
                        (
                        )
                )

            [css] => Array
                (
                    [0] => style/blue.css
                    [1] => style/bootstrap.css
                    [2] => style/brown.css
                    [3] => style/flexslider.css
                    [4] => style/font-awesome.css
                    [5] => style/green.css
                    [6] => style/orange.css
                    [7] => style/prettyPhoto.css
                    [8] => style/red.css
                    [9] => style/refineslide.css
                    [10] => style/slider.css
                    [11] => style/style.css
                    [12] => style/yellow.css
                )

            [js] => Array
                (
                    [0] => js/bootstrap.js
                    [1] => js/custom.js
                    [2] => js/filter.js
                    [3] => js/html5shim.js
                    [4] => js/jquery.carouFredSel-6.1.0-packed.js
                    [5] => js/jquery.cslider.js
                    [6] => js/jquery.flexslider-min.js
                    [7] => js/jquery.isotope.js
                    [8] => js/jquery.js
                    [9] => js/jquery.prettyPhoto.js
                    [10] => js/jquery.refineslide.min.js
                    [11] => js/modernizr.custom.28468.js
                )

        )

    [fTemplatingminification_directory] => /hermes/waloraweb082/b1650/xe.testdbagley/hostconduit/public-html/assets/
    [fTemplatingminification_prefix] => /hermes/waloraweb082/b1650/xe.testdbagley/hostconduit/themes/default/
    [fTemplatingminification_mode] => development
    [*root] => /hermes/waloraweb082/b1650/xe.testdbagley/hostconduit/themes/default/
    [fTemplatingshort_tag_directory] => {null}
    [fTemplatingshort_tag_mode] => {null}
)
Error capture for $this->place( )
Array
(
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant