usagov / test-at-home

Other
8 stars 4 forks source link

Add test site banner and disable submission #314

Closed hartsick closed 2 years ago

hartsick commented 2 years ago

To support autocomplete demo application.

Note in case this impacts anyone else: I had to totally delete the compiled files in the public directory to get CSS and JS changes locally, even after turning off dev cache and running yarn build and yarn build:css.

Closes #315

rahearn commented 2 years ago

Note in case this impacts anyone else: I had to totally delete the compiled files in the public directory to get CSS and JS changes locally, even after turning off dev cache and running yarn build and yarn build:css

FWIW, for me the banner rendered properly after running rake assets:clobber before bin/dev