Re: [Rails] How do I use a favicon in rails 6 ?

2019-12-10 Thread fugee ohu
On Tuesday, December 10, 2019 at 8:20:09 AM UTC-5, Ariel Juodziukynas wrote: > > What I mean is that you don't really need webpacker for the favicon, you > can just put the favicon.ico file inside app/public and it should work > > El mar., 10 dic. 2019 09:53, fugee ohu > > escribió: > >> >> >>

Re: [Rails] How do I use a favicon in rails 6 ?

2019-12-10 Thread Ariel Juodziukynas
What I mean is that you don't really need webpacker for the favicon, you can just put the favicon.ico file inside app/public and it should work El mar., 10 dic. 2019 09:53, fugee ohu escribió: > > > On Monday, December 9, 2019 at 4:58:45 PM UTC-5, Ariel Juodziukynas wrote: >> >> Why don't you

Re: [Rails] How do I use a favicon in rails 6 ?

2019-12-10 Thread fugee ohu
On Monday, December 9, 2019 at 4:58:45 PM UTC-5, Ariel Juodziukynas wrote: > > Why don't you just put the favicon.ico file on your /public folder? do you > have something special to use javascript for this? > > El lun., 9 dic. 2019 a las 18:51, fugee ohu ( >) escribió: > >> I tried creating a

Re: [Rails] How do I use a favicon in rails 6 ?

2019-12-09 Thread Ariel Juodziukynas
Why don't you just put the favicon.ico file on your /public folder? do you have something special to use javascript for this? El lun., 9 dic. 2019 a las 18:51, fugee ohu () escribió: > I tried creating a favicons folder under app/javascripts/images/favicons > and a favicons.js file in