mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
removed packed versions of files, uglifing would be doing on-a-fly
This commit is contained in:
parent
77758291d0
commit
28f598c8c4
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ problem with menu showing.
|
|||
|
||||
* Fixed bug with empty directorys. If directory
|
||||
was empty, we could not go in.
|
||||
* Removed packed versions of files, uglifing
|
||||
would be doing on-a-fly
|
||||
|
||||
|
||||
2012.08.24, Version 0.1.6
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"cache" : {"allowed" : false},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue