diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:14:51 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:14:51 +0200 |
commit | dc67d2c5d2764ca39b215e3daf4a517f74a0824e (patch) | |
tree | 570daf22b727a10dabccef07a7b280460ba3a5c3 /themes/base/jquery.ui.button.css | |
parent | 9631a41a02397aa638d812a4bdb775d6b095e16b (diff) | |
download | jquery-ui-dc67d2c5d2764ca39b215e3daf4a517f74a0824e.tar.gz jquery-ui-dc67d2c5d2764ca39b215e3daf4a517f74a0824e.zip |
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)
Diffstat (limited to 'themes/base/jquery.ui.button.css')
-rw-r--r-- | themes/base/jquery.ui.button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.button.css b/themes/base/jquery.ui.button.css index be2e71796..87340658a 100644 --- a/themes/base/jquery.ui.button.css +++ b/themes/base/jquery.ui.button.css @@ -1,4 +1,4 @@ -/* +/*! * jQuery UI Button @VERSION * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) |