/sbt-web-example

Example sbt web plugin

Primary LanguageScalaApache License 2.0Apache-2.0

sbt-web-example

This plugin and the accompanying sub-project for testing demonstrate an aggressive incremental change detector.

  1. To reproduce the behavior, cd into the test project. sbt-web-example-tester
  2. Run sbt
  3. ~example

Now open sbt-web-example-tester/src/main/assets/js/blah.js. If you add a change, but do not save the file, notice how a build is triggered. If you then save another build is triggered. It appears the change detector is picking up some change possibly at the directory level?