javascript - Foundation Sass, Accordion and Tabs not working -


i having problems foundation , accordion , tabs modules. created project using command line compass create <project name> -r zurb-foundation --using foundation , customized style sheet using sass , _settings.scss. although, can't accordion , tabs modules working , don't understand why. realized both foundation.accordion.js , foundation.tab.js files not come with, in js folder when creating project did. therefore decided put them myself there standard downloading of foundation still not working. included script tags them @ end html page.

do guys know if there's possibility create foundation project using sass includes 2 modules? can't use standard foundation since customizing everything.

thanks help.

i found answer problem. used create foundation projects using command above. although, realized preferable create project using foundation new project_name (nodejs , bower needed). this, comes along, including foundation.accordion.js , foundation.tab.js.

actually, last version of foundation downloaded , works this.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -