Skip to content
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

Some visual notices for script minification issues #890

Merged

Conversation

Martii
Copy link
Member

@Martii Martii commented Feb 5, 2016

  • Fix a regular expression to use environment port if available ... this is a dev bug
  • Some prior typos and comments clarified
  • New OpenUserJS metadata block key of unstableMinify... following Scriptish example of camel casing (interCaps). This requires a string after it which is the reason why... invalid reasons may reduce ones karma :)
  • Using boolean switch so that the view contains the strings and not the controller/libs side of our code... useful for i18n: String internationalization #18 and how views should eventually be rendered
  • Libraries aren't covered yet because of Libraries don't appear to sync #723
  • decodeURIComponent is required as per Fix installName vs installNameSlug references #819 ... do a trap for now just in case it fails... which may produce a false positive but these are just notices at this time

Applies to #432

* Fix a regular expression to use environment port if available ... this is a dev bug
* Some prior typos and comments clarified
* New OpenUserJS metadata block key of `unstableMinify`... following Scriptish example of camel casing *(interCaps)*. This requires a string after it which is the reason why... invalid reasons may reduce ones karma :)
* Using boolean switch so that the view contains the strings and not the controller/libs side of our code... useful for OpenUserJS#18 and how views should eventually be rendered
* Libraries aren't covered yet because of OpenUserJS#723
* `decodeURIComponent` is required as per OpenUserJS#819 ... do a trap for now just in case it fails... which may produce a false positive but these are just notices at this time

Applies to OpenUserJS#432
@Martii Martii added bug You've guessed it... this means a bug is reported. enhancement Something we do have implemented already but needs improvement upon to the best of knowledge. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels Feb 5, 2016
Martii added a commit that referenced this pull request Feb 5, 2016
Some visual notices for script minification issues

Auto-merge
@Martii Martii merged commit 89a2f7b into OpenUserJS:master Feb 5, 2016
@Martii Martii deleted the Issue-432booleanNotificationSwitches branch February 5, 2016 02:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug You've guessed it... this means a bug is reported. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. enhancement Something we do have implemented already but needs improvement upon to the best of knowledge.
Development

Successfully merging this pull request may close these issues.

1 participant