faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Ping timeout: 264 seconds]
feepbot has joined #amber
<FromGitter> <sam0x17> how can I make a non-crystal file inform `amber watch` that it needs to re-initialize?
<FromGitter> <sam0x17> I have a custom asset pipeline and I just need to make it so `amber watch` treats a change to any file in `public` as a reason to recompile + re-run
<FromGitter> <sam0x17> ok looks like I just have to add it to the `include` section of the `.amber.yml` file and I'm good