mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with minified styles
This commit is contained in:
parent
9f4e81a9c2
commit
6dd8a0b1fc
3 changed files with 8 additions and 5 deletions
|
|
@ -181,6 +181,9 @@ thru keys panel (F8).
|
|||
|
||||
* Changed "Upload" menu item to "Upload to".
|
||||
|
||||
* Fixed bug with minified styles.
|
||||
|
||||
|
||||
2012.10.01, Version 0.1.7
|
||||
|
||||
* Changed name of menu files, fixed npm and jitsu
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"cache" : {"allowed" : false},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"css" : true,
|
||||
"html" : false,
|
||||
"img" : true
|
||||
"img" : false
|
||||
},
|
||||
"github_key" : "891c251b925e4e967fa9",
|
||||
"github_secret" : "afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545",
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
<!-- mobile first design -->
|
||||
<meta content="width=device-width,initial-scale=1" name="viewport" />
|
||||
<title>Cloud Commander</title>
|
||||
|
||||
<link rel=stylesheet href=/css/reset.css>
|
||||
<link rel=stylesheet href=/css/style.css>
|
||||
|
||||
<link rel=stylesheet href="/css/reset.css">
|
||||
<link rel=stylesheet href="/css/style.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue