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: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