Skip to content

Commit

Permalink
Default regexp change @fisharebest
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Sep 30, 2015
1 parent 48628e4 commit 1427d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Laravel/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
*
* @var array
*/
//'exclude_minification_regex' => '/(.min.js|-min.js)$/i';
//'exclude_minification_regex' => '/[-.]min\.js$/i';

/**
* Enable pipelined assets compression with Gzip.
Expand Down
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Manager
*
* @var array
*/
protected $exclude_minification_regex = '/(.min.js|-min.js)$/i';
protected $exclude_minification_regex = '/[-.]min\.js$/i';

/**
* Enable pipelined assets compression with Gzip. Do not enable unless you know what you are doing!.
Expand Down

0 comments on commit 1427d5c

Please sign in to comment.