Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Changes to Lazy Css Not Picked Up #42

Open
mahirshah opened this issue Mar 20, 2018 · 1 comment
Open

Changes to Lazy Css Not Picked Up #42

mahirshah opened this issue Mar 20, 2018 · 1 comment

Comments

@mahirshah
Copy link

After making changes to dummy/lib/lazy/addon/styles/addon.scss and running npm run build, changes are not reflected in dist/engines-dist/lazy/assets/engine.css. Only after rm -rf node_modules, yarn, npm run build are changes reflected in dist/engines-dist/lazy/assets/engine.css.

Steps to repro:

  1. git clone git@github.com:sass-eyeglass/ember-cli-eyeglass.git
  2. cd ember-cli-eyeglass
  3. yarn
  4. npm run build
  5. cat dist/engines-dist/lazy/assets/engine.css
  6. Make a change to dummy/lib/lazy/addon/styles/addon.scss
  7. npm run build
  8. cat dist/engines-dist/lazy/assets/engine.css
  9. Observe that changes are not picked up
@stefanpenner
Copy link
Contributor

stefanpenner commented Jul 25, 2018

@mahirshah I believe this reproduction actually may be a red herring.

But if memory serves you had a similar or related issue within a real app, that I do not want to overlook. Can you try for another reproduction or maybe we can sync up and dig in?

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

2 participants