-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
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\
- Why is clean css updated ?
- Why is it working in local
- How can I have a correct path in the production css ?
Metadata
Metadata
Assignees
Labels
No labels