Giter Site home page Giter Site logo

Favicon support about redwood HOT 7 CLOSED

mojombo avatar mojombo commented on July 30, 2024
Favicon support

from redwood.

Comments (7)

cannikin avatar cannikin commented on July 30, 2024

In the meantime I tried including <link rel="icon" type="image/png" href="/favicon.png" /> in index.html but we don't have any way to serve static assets. :(

from redwood.

mojombo avatar mojombo commented on July 30, 2024

Try including it in index.js:

import from './favicon.png'

That should get Webpack to include it.

from redwood.

cannikin avatar cannikin commented on July 30, 2024

Yeah I tried that, no go. :( For stylesheets it actually transforms them into being inline <style> tags but in this case we're adding a <link> which makes a separate server request. Webpack doesn't know anything about that in dev mode unless you give it a directory to serve static assets from, I think?

from redwood.

cannikin avatar cannikin commented on July 30, 2024

image

from redwood.

cannikin avatar cannikin commented on July 30, 2024

We've got publicPath: '/' in webpack.config... hmm

from redwood.

peterp avatar peterp commented on July 30, 2024

I think you can add this:

new HtmlWebpackPlugin({
    favicon: "./src/favicon.png"
})

Over here: https://github.com/redwoodjs/redwood/blob/master/packages/scripts/config/webpack.config.js#L70-L72

We could also create a static/ or public/ folder that gets copied during build time, using copy-webpack-plugin, which might give us the most mileage.

from redwood.

peterp avatar peterp commented on July 30, 2024

Closed via #107

from redwood.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.