fixed bug with minified styles

This commit is contained in:
coderaiser 2012-12-11 04:29:42 -05:00
parent 9f4e81a9c2
commit 6dd8a0b1fc
3 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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",

View file

@ -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>