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
<FromGitter> <eliasjpr> You can see example in amber specs directory
<FromGitter> <eliasjpr> There are tests around uploading files written for amber
<FromGitter> <rnice01> oh man, I can't believe I didn't even think to look there, thanks!
<FromGitter> <Uzay-G> Thanks for your response @damianham, I was just wondering because rails provides this escaping for the ruby equivalent, erb
<FromGitter> <sam0x17> hi is there an easy way to enable `sass.cr` support in amber for using `.scss / .sass` files for CSS?
<FromGitter> <sam0x17> and/or what would this process look like
<FromGitter> <sam0x17> (not using webpack)
<FromGitter> <jwaldrip> yes
<FromGitter> <Uzay-G> hey, I am trying to migrate an existing codebase to slang from ecr
<FromGitter> <Uzay-G> I changed the language to `slang` in .amber.yml but i am getting this error when I try to launch:
<FromGitter> <Uzay-G> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5eb979bc7c04b92f53583519]
<FromGitter> <Uzay-G> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5eb979de7c04b92f53583552]
<FromGitter> <Uzay-G> could someone help me with this?
<FromGitter> <Uzay-G> Do you guys have any idea why `amber watch` might not be seeing my file changes?