Uploaded image for project: '[Read Only] - Hippo Theme'
  1. [Read Only] - Hippo Theme
  2. HIPPOTHEME-50

Minified CSS contains wrong reference to fontawesome

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 1.02.01
    • 1.02.01

    Description

      The minified version of the generated main.min.css file contains a wrong URL to the fontawesome font. As a result, projects that use the minified CSS do not include fontawesome.

      Steps to reproduce:
      1. change the stylesheet in demo/index.html.html from
      <link rel="stylesheet" href="../target/dist/css/main.css">
      to
      <link rel="stylesheet" href="../target/dist/css/main.min.css">
      2. open Hippo Theme ('grunt server')

      Expected: no warning in the JavaScript console
      Actual: the following 404s are logged in the JavaScript console:

      GET http://localhost:9000/target/dist/css/target/dist/fonts/fontawesome-webfont.woff?v=4.2.0
      GET http://localhost:9000/target/dist/css/target/dist/fonts/fontawesome-webfont.ttf?v=4.2.0

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mdenburger Mathijs den Burger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: