Open
Description
Description
Removed components or files within a component do not get removed upon a subsequent compile.
Steps to Reproduce
Steps to reproduce the behavior:
- clone clay-starter
cd app && npm ci && npm run build
**npm ci
requires npm v5.7- view public/js to see article.model.js
rm -rf components/article && npm run build
- 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
Activity
pedro-rosario commentedon Aug 1, 2019