mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(minify) rm setAllowed
This commit is contained in:
parent
7ac3b1d564
commit
948dfcab59
3 changed files with 19 additions and 54 deletions
|
|
@ -35,11 +35,6 @@
|
|||
/* базовая инициализация */
|
||||
function init(pAppCachProcessing) {
|
||||
var config = main.config;
|
||||
/*
|
||||
* Change default parameters of
|
||||
* js/css/html minification
|
||||
*/
|
||||
Minify.setAllowed(config.minify);
|
||||
|
||||
/* создаём файл app cache */
|
||||
if (config.appcache && AppCache && config.server )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue