-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Usage #16
Comments
I get an error in console 'unexpected token: identifier'; I will tell you how it is in my page: Files i use to minify and pack: After i minify js it works well.
script in steps: [all together] [all together]+[minified] [all together]+[minified]+[packed] Hope you can help me. |
@Tadek888 Could you solve this already? |
Same issue here. I have just packed my js files and I get the error "unexpected identifier on line 1" (the code is one line so it is hard to even find the wrong token).
|
@halixness Can you provide the source file or a minimal failing example? |
hello @halixness warning with your line if (strpos($file, '.js') !== false) |
Hello!
Is there a complete online example how to use this library?
I get an error in console 'unexpected token: identifier';
The text was updated successfully, but these errors were encountered: