chore(minify) v0.2.0 -> v0.2.1

This commit is contained in:
coderaiser 2013-07-31 15:16:17 +00:00
parent 9fb04c0edc
commit 1b8f12eea1
3 changed files with 5 additions and 2 deletions

View file

@ -146,6 +146,8 @@ getJSONfromFileTable.
* fix(rest) save and create new file
* chore(minify) v0.2.0 -> v0.2.1
2012.04.22, v0.2.0
@ -301,7 +303,7 @@ keyStop: function(e, opt) {
* Removed loading spinner by commenting jquery.fancybox.css block
#fancybox-loading div {
width: 44px;
height: 44px;
height: 44px;
background: url('fancybox_loading.gif') center center no-repeat;
}

View file

@ -33,6 +33,7 @@
**Обновлены:**
- socket.io до v0.9.16.
- jquery до v2.0.3.
- minify до v0.2.1.
**Внутренние изминения:**
- Изменена jquery cdn в пользу той, что поддерживает https (jquery.com -> google cdn).

View file

@ -19,7 +19,7 @@
"subdomain": "cloudcmd",
"dependencies": {
"dropbox": "0.10.0",
"minify": "0.2.0",
"minify": "0.2.1",
"socket.io": "0.9.16"
},
"devDependencies": {},