-
Notifications
You must be signed in to change notification settings - Fork 369
Minification does not work #2106
Copy link
Copy link
Open
Labels
enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.
What happened?
Using the @required directive to load a library from OpenUserJS no more delivers minified code, the .min.js version is identical to just .js version.
What did you expect to happen?
Get minified source
What the problem might be?
The minification engine is either broken or was intentionally deactivated (why?)