Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple css outputs after outputPaths is removed? #244

Open
andrew-paterson opened this issue Jan 17, 2024 · 1 comment
Open

Multiple css outputs after outputPaths is removed? #244

andrew-paterson opened this issue Jan 17, 2024 · 1 comment

Comments

@andrew-paterson
Copy link

Configuring outputPaths will be removed in Ember 6 (https://deprecations.emberjs.com/ember-cli/v5.x/#toc_ember-cli-outputPaths-build-option).

Is there currently an alternative way of doing something like this?

outputPaths: {
      app: {
        css: {
          app: '/assetsapp.css',
          'app-tests': '/assets/app-tests.css',
        },
      },
@knownasilya
Copy link
Collaborator

@andrew-paterson I believe in that case you'd setup sass via webpack or vite, basically whatever your bundler is under the hood.

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

No branches or pull requests

2 participants