We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @johndwells is this easy to add?
It would be great so our logging tool rollbar.com can help point us in the right direction if an error occurs in our js.
The text was updated successfully, but these errors were encountered:
I run into a sourcemap problem where an ; is being appended at eof even when not being minified, therefore breaking sourcemap references. The issue is: https://github.com/johndwells/craft.minimee/blob/master/minimee/services/MinimeeService.php#L680 The if statement just needs to be moved up into the if($this->settings->minifyJsEnabled)
;
if($this->settings->minifyJsEnabled)
Sorry, something went wrong.
Created pull request for change: #23
No branches or pull requests
Hi @johndwells is this easy to add?
It would be great so our logging tool rollbar.com can help point us in the right direction if an error occurs in our js.
The text was updated successfully, but these errors were encountered: