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

[BUG] Cannot change theme source styles directory #195

Open
dmkishi opened this issue Jul 10, 2022 · 0 comments
Open

[BUG] Cannot change theme source styles directory #195

dmkishi opened this issue Jul 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dmkishi
Copy link

dmkishi commented Jul 10, 2022

Describe the bug
I am unable to change the theme source styles directory using packer.config.js following examples from the App settings doc page.

To Reproduce

packer init test
cd test
yarn install

echo "const path = require('path'); module.exports = {'theme.src.styles': path.join(process.cwd(), 'src/different')};" > packer.config.js

packer build

Expected behavior
Fail due to nonexistent styles directory src/different but instead it bundles from src/styles.

System:

  • OS: macOS 12.4
  • Node Version: 16.15.0
  • Yarn Version: 1.22.15
  • Packer Version: 2.4.4
@dmkishi dmkishi added the bug Something isn't working label Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant