Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minifyhtml
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
minifyhtml
Commits
f7e65ef8
Commit
f7e65ef8
authored
4 years ago
by
Alexander Bukach
Browse files
Options
Downloads
Patches
Plain Diff
Added Boost support
parent
2f1c6a61
No related branches found
No related tags found
1 merge request
!5
Added Boost support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
minifyhtml.module
+7
-0
7 additions, 0 deletions
minifyhtml.module
with
7 additions
and
0 deletions
minifyhtml.module
+
7
−
0
View file @
f7e65ef8
...
...
@@ -159,6 +159,13 @@ function minifyhtml_module_implements_alter(&$implementations, $hook) {
$group
=
$implementations
[
'minifyhtml'
];
unset
(
$implementations
[
'minifyhtml'
]);
$implementations
[
'minifyhtml'
]
=
$group
;
// Put boost_exit() (if exists) after minifyhtml_exit().
if
(
isset
(
$implementations
[
'boost'
]))
{
$group
=
$implementations
[
'boost'
];
unset
(
$implementations
[
'boost'
]);
$implementations
[
'boost'
]
=
$group
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment