Tan Jay Jun
Results
31
comments of
Tan Jay Jun
@rizafahmi @manusajith I found the reason, `app.js` is missing. The [delete link](https://github.com/rizafahmi/elixirjobs/blob/500610537df551915222c7c365efb3376b114817/web/templates/page/show.html.eex#L48) requires `app.js` to submit the `DELETE` request but [http://jobs.elixirdose.com/js/app.js](http://jobs.elixirdose.com/js/app.js) returns 404. Brunch can generate `app.js` properly in development,...