Skip to content

Files not being removed on subsequent compiles #159

Open
@olsonpm

Description

@olsonpm

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @olsonpm@pedro-rosario

        Issue actions

          Files not being removed on subsequent compiles · Issue #159 · clay/claycli