<FromGitter>
<GildedHonour> How can I tell amber to either create a new project without webpack or any other tool like it? That is, I want it to serve assets, css and js, normally and not to bundle them together at all
<FromGitter>
<GildedHonour> Or how can I disable it afterwards?
<FromGitter>
<GildedHonour> (2) running a new, empty project as "amber watch" and get "not found" for the css files
aphorise has quit [Read error: Connection reset by peer]
aphorise has joined #amber
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #amber
<FromGitter>
<damianham> @GildedHonour you can serve static assets from the public folder but I suggest opening developer tools to see what files are returning a 404. It looks like your asset bundles were not built, type **yarn build** in the terminal to build the assets.
<FromGitter>
<andrewc910> @GildedHonour I occasionally find a new amber project does that. If u disable browser cache and reenable it works as it should. In regards to your first question, add the flag --minimal. It shouldn't have any webpack config. Just static assets.
<FromGitter>
<andrewc910> Anyone have experience running amber on lambda or a similar service. I'm looking for some service that allows amber to scale automagically without me having to provision servers or increase a server size.
<FromGitter>
<andrewc910> I'm also looking at eks. Little experience with kubernetes but maybe the solution?