You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
CHANGELOG
2
2
==============
3
3
4
+
1.4.3
5
+
-----------------
6
+
* New option cssFileCompileByGroups — Enables the compilation of files in groups rather than in a single file. Works only when the $cssFileCompile option is enabled
7
+
* New option jsFileCompileByGroups — Enables the compilation of files in groups rather than in a single file. Works only when the $jsFileCompile option is enabled
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,14 +66,16 @@ How to use
66
66
'jsCompressFlaggedComments' => true, //Cut comments during processing js
67
67
68
68
'cssCompress' => true, //Enable minification css in html code
69
-
69
+
70
70
'cssFileCompile' => true, //Turning association css files
71
+
'cssFileCompileByGroups' => false //Enables the compilation of files in groups rather than in a single file. Works only when the $cssFileCompile option is enabled
71
72
'cssFileRemouteCompile' => false, //Trying to get css files to which the specified path as the remote file, skchat him to her.
72
73
'cssFileCompress' => true, //Enable compression and processing before being stored in the css file
73
74
'cssFileBottom' => false, //Moving down the page css files
74
75
'cssFileBottomLoadOnJs' => false, //Transfer css file down the page and uploading them using js
75
76
76
77
'jsFileCompile' => true, //Turning association js files
78
+
'jsFileCompileByGroups' => false //Enables the compilation of files in groups rather than in a single file. Works only when the $jsFileCompile option is enabled
77
79
'jsFileRemouteCompile' => false, //Trying to get a js files to which the specified path as the remote file, skchat him to her.
78
80
'jsFileCompress' => true, //Enable compression and processing js before saving a file
79
81
'jsFileCompressFlaggedComments' => true, //Cut comments during processing js
0 commit comments