Open
Description
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
Labels
No labels