acoustep / ember-cli-foundation-6-sass

MIT License
64 stars 33 forks source link

ember-cli-foundation-6-sass don't work #100

Closed chmich closed 6 years ago

chmich commented 6 years ago

Hi all,

this nice addon seems not to work?

ember-cli version 10.6.0

ember new .. npm install --save-dev ember-cli-sass ember install ember-cli-foundation-6-sass ember g ember-cli-foundation-6-sass ember serve

=> i get a blank page and console-message: Could not find module foundation-sites imported from ember-cli-foundation-6-sass/initializers/zf-widget

thanks, chris

GCheung55 commented 6 years ago

@chmich did you also add configuration to ember-cli-build.js? You'll need to add configuration if you want to use the components, by default the JS is not loaded.

From https://github.com/acoustep/ember-cli-foundation-6-sass#javascript

    'ember-cli-foundation-6-sass': {
      'foundationJs': 'all'
    }
chmich commented 6 years ago

@GCheung: thanks - it works! i understood this point as optional.

allthesignals commented 6 years ago

i understood this point as optional.

Same - how do we exclude javascript from this?