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 has been 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.
please fix this in your repo
The text was updated successfully, but these errors were encountered:
NathanDayMF
changed the title
Error Whilst Deploy Static Content
Error Whilst Deploying Static Content
Mar 8, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Background
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.
please fix this in your repo
The text was updated successfully, but these errors were encountered: