[Webkit-unassigned] [Bug 106210] [EFL] Compress resource files of inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 19:14:25 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106210





--- Comment #3 from Seokju Kwon <seokju.kwon at gmail.com>  2013-01-08 19:16:18 PST ---
(In reply to comment #2)
> (From update of attachment 181691 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=181691&action=review
> 
> > Source/PlatformEfl.cmake:16
> > +        file(GLOB all_js_files "${WEBCORE_DIR}/inspector/front-end/*.js")
> 
> Doesn't we need to compress other js file?
In an initial patch, I just want to compress JavaScripts related to inspector except derived file and localizedString file. No special reason, (but it seems that we can't access derived source at this time.)
I will add them.

> 
> > Source/PlatformEfl.cmake:19
> > +            add_custom_command(
> 
> I think that it should have dependency to execute this after copied js files.
Does this command become part of the target with "TARGET web-inspector-resources"
(Need POST_BUILD?)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list