Skip to content

vendor.css wants fonts from /assets instead of /fonts #576

@bsylvain

Description

@bsylvain

Ruby 2.3.4
Npm 6.2
Ember CLI 0.10.0
Rails 5.1.4
"ember-cli-rails-addon": "^0.8.0"
Apache

EmberCli.configure do |c|
  c.app :marketadmin
end

How is the application deployed?
WIth capistrano

During capistrano production deployments, clean-css recently started to be more strict about CSS. First problem is that I have no idea how clean-css updated, as there as been no change in dependencies.

After modification of a package dependency CSS, the assets compilation and deployment were able to finish, however now the fonts are incorrect in vendor.css

Instead of being ..\fonts\ the path is now fonts\

  1. Why is clean css updated ?
  2. Why is it working in local
  3. How can I have a correct path in the production css ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions