Thomas Lo
Thomas Lo
Say I want to pack all css into 1 file, how should i specify the source map for bootstrap.css? uglifycss --output css/app.min.css --max-line-len 800 ^ jsplugin/bootstrap/css/bootstrap.css ^ jsplugin/bootstrap/css/bootstrap-theme.css ^ js/app.css...
``` Exception ExceptionFactory(string methodName, IApiResponse response) { var statusCode = (int)response.StatusCode; switch (statusCode) { case 400: return new XeroApiException(statusCode, $"Xero API 400 error calling {(object)methodName} :{(object)response.Content.ToString()}", response.Headers, response.Content); default: return...