diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-11-26 11:32:40 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-01-18 15:10:35 +0100 |
commit | 8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c (patch) | |
tree | 5d86ba2b2f86bb8c293f498ed1414904edd61edd /install/ui/util/uglifyjs/ug.js | |
parent | c19af96cb8b1e272fbbd0f478ff203141a9572f7 (diff) | |
download | freeipa.git-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.tar.gz freeipa.git-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.tar.xz freeipa.git-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.zip |
Use Uglify.js for JS optimization
Uglify.js library was included in ui/util folder. A wrapper script
util/uglifyjs/uglify was created to run Uglify.js in Rhino enviroment.
https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'install/ui/util/uglifyjs/ug.js')
-rw-r--r-- | install/ui/util/uglifyjs/ug.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/util/uglifyjs/ug.js b/install/ui/util/uglifyjs/ug.js new file mode 100644 index 00000000..1e910782 --- /dev/null +++ b/install/ui/util/uglifyjs/ug.js @@ -0,0 +1 @@ +//just empty file to make rhino happy
\ No newline at end of file |