forked from OpenUserJS/OpenUserJS.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow some minification through the source urls
* **EXPERIMENTAL** ES5 minification via url ... Uses same routes but `.min` prefix on extension. If ES6 is encountered it should just not minify. **NOTES** * ES6 minification isn't supported/stable yet but will probably request an experimental branch on *express-minify* or something else * This is on a trial basis to see how much interest and possible clobbering happens... *uglifyjs2* claims stable support with ES5 ... this will test that. Authors should recommend debugging against original source but with a notation that minified may or may not work. * OpenUserJS#819 followup with renaming external urls * Debug mode of course won't use *express-minify* currently so nothing should happen on these routes.. this is being reevaluated. * BUG fix for libraries sharing same S3 storage space when ending in a reserved extension from script name * BUG fix for the regular expression allowing some urls without 404 Applies to OpenUserJS#432
- Loading branch information
Martii
committed
Dec 23, 2015
1 parent
b0a9c6b
commit ba2ed1a
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters