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

Files not being removed on subsequent compiles #159

Open
olsonpm opened this issue Aug 1, 2019 · 1 comment
Open

Files not being removed on subsequent compiles #159

olsonpm opened this issue Aug 1, 2019 · 1 comment

Comments

@olsonpm
Copy link

olsonpm commented Aug 1, 2019

Description

Removed components or files within a component do not get removed upon a subsequent compile.

Steps to Reproduce

Steps to reproduce the behavior:

  1. clone clay-starter
  2. cd app && npm ci && npm run build
    ** npm ci requires npm v5.7
  3. view public/js to see article.model.js
  4. rm -rf components/article && npm run build
  5. view public/js to see article.model.js is still there

Expected Behavior

removed components and files within those components (e.g. kiln.js) should not persist in public/js

Specs

Desktop

  • OS: osx
  • node v8.9.0
  • npm v5.7.0
  • claycli version 3.9.1
@pedro-rosario
Copy link

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