Skip to content

modal-prompt.js changes don't get into build #505

Open
@asolove

Description

@asolove

Problem

If you have an existing build, make changes to modal-prompt.js, and then run npm run build, in the general case the modal code changes will not be in the resulting build. It appears you have to make changes to some other file (I'm not sure exactly which will work) or completely delete the current build and build from scratch, to ingest the changes.

I would like to figure out a fix because I have a bunch of modal changes I want to finish up and the current dev cycle is too slow and painful to get through them.

Research:

  • Find a quick way to tell whether changes get built (without having to load in browser)
  • Find which files trigger the changes to get into a build and which don't
  • Try to track through the Makefile to understand why.

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

    Issue actions