phalconBlog icon indicating copy to clipboard operation
phalconBlog copied to clipboard

javascript_include failure

Open ghWolf opened this issue 11 years ago • 2 comments

In app/views/index.volt there will be javascript included, but the sourcefolders aren't right:

    {{ javascript_include("js/jquery.min.js") }}
    {{ javascript_include("js/bootstrap.min.js") }}

should be:

    {{ javascript_include("js/jquery/jquery.min.js") }}
    {{ javascript_include("js/bootstrap/bootstrap.min.js") }}

Then the nav-collapse wil work in the browser :)

ghWolf avatar Aug 28 '14 07:08 ghWolf

Well just saw this. Get all sort of notifications except the important ones

eristoddle avatar Aug 13 '16 03:08 eristoddle

I accept pull requests, so if you fork and make the change and put in the pull request, I will get it in

eristoddle avatar Aug 13 '16 03:08 eristoddle