You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
I've followed ember-cli-foundation-6-sass readme.md:
adding it to my project
running the generator ember g ember-cli-foundation-6-sass,
and updated my ember-cli-build.js too:
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
// Add options here
'ember-cli-foundation-6-sass': {
'foundationJs': 'all'
}
});
All of the foundation styles are working fine. However the javascript doesn't appear to have been triggered. Both menus are showing up. If I then open up chromes console and do
$(document).foundation();
Then the menu springs into action.
am I missing something?
The text was updated successfully, but these errors were encountered:
I've followed ember-cli-foundation-6-sass readme.md:
adding it to my project
running the generator ember g ember-cli-foundation-6-sass,
and updated my ember-cli-build.js too:
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
// Add options here
'ember-cli-foundation-6-sass': {
'foundationJs': 'all'
}
});
I've then copied the code from : https://codepen.io/IamManchanda/pen/KmepBg?editors=1000
for a responsive menu into my application.hbs.
All of the foundation styles are working fine. However the javascript doesn't appear to have been triggered. Both menus are showing up. If I then open up chromes console and do
$(document).foundation();
Then the menu springs into action.
am I missing something?
The text was updated successfully, but these errors were encountered: