]> source.dussan.org Git - jquery-ui.git/commit
Protect all copyright notices against minification
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 2 Apr 2012 16:14:51 +0000 (18:14 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 2 Apr 2012 16:14:51 +0000 (18:14 +0200)
commitdc67d2c5d2764ca39b215e3daf4a517f74a0824e
tree570daf22b727a10dabccef07a7b280460ba3a5c3
parent9631a41a02397aa638d812a4bdb775d6b095e16b
Protect all copyright notices against minification

For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
42 files changed:
themes/base/jquery.ui.accordion.css
themes/base/jquery.ui.all.css
themes/base/jquery.ui.autocomplete.css
themes/base/jquery.ui.base.css
themes/base/jquery.ui.button.css
themes/base/jquery.ui.core.css
themes/base/jquery.ui.datepicker.css
themes/base/jquery.ui.dialog.css
themes/base/jquery.ui.progressbar.css
themes/base/jquery.ui.resizable.css
themes/base/jquery.ui.selectable.css
themes/base/jquery.ui.slider.css
themes/base/jquery.ui.tabs.css
themes/base/jquery.ui.theme.css
ui/jquery.effects.blind.js
ui/jquery.effects.bounce.js
ui/jquery.effects.clip.js
ui/jquery.effects.core.js
ui/jquery.effects.drop.js
ui/jquery.effects.explode.js
ui/jquery.effects.fade.js
ui/jquery.effects.fold.js
ui/jquery.effects.highlight.js
ui/jquery.effects.pulsate.js
ui/jquery.effects.scale.js
ui/jquery.effects.shake.js
ui/jquery.effects.slide.js
ui/jquery.effects.transfer.js
ui/jquery.ui.accordion.js
ui/jquery.ui.autocomplete.js
ui/jquery.ui.button.js
ui/jquery.ui.datepicker.js
ui/jquery.ui.dialog.js
ui/jquery.ui.draggable.js
ui/jquery.ui.droppable.js
ui/jquery.ui.position.js
ui/jquery.ui.progressbar.js
ui/jquery.ui.resizable.js
ui/jquery.ui.selectable.js
ui/jquery.ui.slider.js
ui/jquery.ui.sortable.js
ui/jquery.ui.tabs.js