You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
Whilst deploying static content with php bin/magento setup:static-content:deploy we get an error about not being able to find /path/to/magento/pub/static/base/Magento/base/default/css///maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
fixed this by removing the call to font-awesome from the css and inserting with xml in the layout files.
Background
Whilst deploying static content with
php bin/magento setup:static-content:deploywe get an error about not being able to find/path/to/magento/pub/static/base/Magento/base/default/css///maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.cssfixed this by removing the call to font-awesome from the css and inserting with xml in the layout files.
please fix this in your repo