Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Unable to process and output multiple scss/css files #135

Open
john-griffin opened this issue Jan 17, 2018 · 0 comments
Open

Unable to process and output multiple scss/css files #135

john-griffin opened this issue Jan 17, 2018 · 0 comments

Comments

@john-griffin
Copy link

When using ember-cli-sass in regular ember projects it's possible to output multiple css files by specifying something like

var app = new EmberApp({
  outputPaths: {
    app: {
      css: {
        'app': '/assets/application-name.css',
        'themes/alpha': '/assets/themes/alpha.css'
      }
    }
  }
});

as seen here https://github.com/aexmachina/ember-cli-sass#processing-multiple-files.

When trying the same thing in glimmer the following error occurs.

Build Error (SassCompiler)

Path must be a string. Received { app: '/assets/application-name.css',
  'themes/alpha': '/assets/themes/alpha.css' }

Is this due to the typing here?

Should it be updated to allow for this config? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant