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, after i run $make, has error. At tag v0.0.43
all.min.336acc9b5c.js:12 Uncaught TypeError: (intermediate value)(...) is not a function at all.min.336acc9b5c.js:12:9337
The text was updated successfully, but these errors were encountered:
Maybe the new minify version removes the semi-colon(;) at the js file.
;
Modify this file, add semi-colon(;) to each js files end can fix this issues https://github.com/GoAdminGroup/adm/blob/master/minify.go#L93-L96
Sorry, something went wrong.
No branches or pull requests
hi,
after i run $make, has error. At tag v0.0.43
The text was updated successfully, but these errors were encountered: