Bug 1016692

Summary: Bastion assets are not minified
Product: Red Hat Satellite Reporter: Justin Sherrill <jsherril>
Component: WebUIAssignee: Eric Helms <ehelms>
Status: CLOSED NOTABUG QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.2Keywords: Triaged
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-08 15:57:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Justin Sherrill 2013-10-08 14:24:44 UTC
Description of problem:

On an install look at /usr/share/katello/public/assets/bastion.js.gz

It is not minified at all.  It should be, as this should greatly reduce its size.




Steps to Reproduce:
1.  Install katello
2.  run 'less /usr/share/katello/public/assets/bastion.js.gz'
3.  Check to see if its readable/minified

Actual results:
Is readable (not minified)

Expected results:
Is not readable (minified)

Comment 2 Justin Sherrill 2013-10-08 17:23:39 UTC
Note that the bastion.js(.gz)  is not minified, but the version the browser will get by default is.