2017 © Pedro Peláez
 

yii2-extension yii2-minify-view

Yii2 View component with auto minification css & js in runtime

image

rmrevin/yii2-minify-view

Yii2 View component with auto minification css & js in runtime

  • Friday, December 22, 2017
  • by rmrevin
  • Repository
  • 13 Watchers
  • 158 Stars
  • 40,185 Installations
  • PHP
  • 12 Dependents
  • 0 Suggesters
  • 68 Forks
  • 5 Open issues
  • 58 Versions
  • 9 % Grown

The README.md

Yii 2 Minify View Component

The main feature of this component - concatenate and compress files connected through "AssetBundle"., (*1)

License Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Code Status

Scrutinizer Code Quality Code Coverage Travis CI Build Status Dependency Status, (*3)

Support

GutHub issues or public chat., (*4)

Installation

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

composer require rmrevin/yii2-minify-view

or add, (*7)

"rmrevin/yii2-minify-view": "^1.15",

to the require section of your composer.json file., (*8)

Configure

<?php

return [
    // ...
    'components' => [
        // ...
        'view' => [
            'class' => '\rmrevin\yii\minify\View',
            'enableMinify' => !YII_DEBUG,
            'concatCss' => true, // concatenate css
            'minifyCss' => true, // minificate css
            'concatJs' => true, // concatenate js
            'minifyJs' => true, // minificate js
            'minifyOutput' => true, // minificate result html page
            'webPath' => '@web', // path alias to web base
            'basePath' => '@webroot', // path alias to web base
            'minifyPath' => '@webroot/minify', // path alias to save minify result
            'jsPosition' => [ \yii\web\View::POS_END ], // positions of js files to be minified
            'forceCharset' => 'UTF-8', // charset forcibly assign, otherwise will use all of the files found charset
            'expandImports' => true, // whether to change @import on content
            'compressOptions' => ['extra' => true], // options for compress
            'excludeFiles' => [
                'jquery.js', // exclude this file from minification
                'app-[^.].js', // you may use regexp
            ],
            'excludeBundles' => [
                \app\helloworld\AssetBundle::class, // exclude this bundle from minification
            ],
        ]
    ]
];

The Versions

22/12 2017

dev-master

9999999-dev

Yii2 View component with auto minification css & js in runtime

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

22/12 2017

2.0.0

2.0.0.0

Yii2 View component with auto minification css & js in runtime

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

09/06 2017

1.15.1

1.15.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

31/05 2017

1.15.0

1.15.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/01 2017

1.14.4

1.14.4.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/01 2017

1.14.3

1.14.3.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/01 2017

1.14.2

1.14.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

23/12 2016

1.14.1

1.14.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

23/12 2016

1.14.0

1.14.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

26/10 2016

1.13.0

1.13.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

21/08 2016

1.12.2

1.12.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

03/08 2016

1.12.1

1.12.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

03/08 2016

1.12.0

1.12.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

23/06 2016

1.11.0

1.11.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

06/06 2016

1.10.2

1.10.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

23/05 2016

1.10.1

1.10.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

22/05 2016

1.10.0

1.10.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

23/02 2016

1.9.4

1.9.4.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

27/01 2016

1.9.3

1.9.3.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

26/01 2016

1.9.2

1.9.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/01 2016

dev-matt

dev-matt

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

20/08 2015

1.9.1

1.9.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

22/07 2015

1.9.0

1.9.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/06 2015

1.8.6

1.8.6.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

10/06 2015

1.8.5

1.8.5.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

10/06 2015

1.8.4

1.8.4.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

01/06 2015

1.8.3

1.8.3.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

01/06 2015

1.8.2

1.8.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

29/05 2015

1.8.1

1.8.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

21/05 2015

1.8.0

1.8.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

17/04 2015

1.7.8

1.7.8.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

15/04 2015

1.7.7

1.7.7.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

10/04 2015

1.7.6

1.7.6.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

09/04 2015

1.7.5

1.7.5.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

09/04 2015

1.7.4

1.7.4.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

08/02 2015

1.7.3

1.7.3.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

26/01 2015

1.7.2

1.7.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

26/01 2015

1.7.1

1.7.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

26/01 2015

1.7.0

1.7.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

03/01 2015

1.6.2

1.6.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

30/12 2014

1.6.1

1.6.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

29/12 2014

1.6.0

1.6.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

10/12 2014

1.5.4

1.5.4.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/10 2014

1.5.3

1.5.3.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/10 2014

1.5.2

1.5.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/10 2014

1.5.1

1.5.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

19/10 2014

1.5.0

1.5.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

25/09 2014

1.4.2

1.4.2.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

12/09 2014

1.4.1

1.4.1.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

12/09 2014

1.4.0

1.4.0.0

Yii2 View component with minification css & js

  Sources   Download

MIT

The Requires

 

css yii2 js view minify

12/08 2014

1.3.1

1.3.1.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

12/08 2014

1.3.0

1.3.0.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

12/08 2014

1.2.3

1.2.3.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

05/08 2014

1.2.2

1.2.2.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

28/07 2014

1.2.1

1.2.1.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

28/07 2014

1.2.0

1.2.0.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

16/05 2014

1.1.0

1.1.0.0

Yii2 view componen with minification css & js

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify

16/05 2014

1.0.0

1.0.0.0

Yii2 asset bundle for https://github.com/jboesch/Gritter/

  Sources   Download

BSD-3-Clause

The Requires

 

css yii2 js view minify