Skip to content

javascript_include failure #2

@ghWolf

Description

@ghWolf

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 :)

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