https://bugzilla.redhat.com/show_bug.cgi?id=1353978



--- Comment #4 from Tom Hughes <[email protected]> ---
Yes it seems ccjs is https://www.npmjs.com/package/closurecompiler which is a
deprecated wrapper for closure. You can use our existing closure package with a
slight tweak though. Just do:

closure-compiler colour.js --warning_level=VERBOSE
--compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/colour.js
--externs=externs/minimal-env.js > colour.min.js

Only difference is change of command name and expanding the externs as ccjs
allows you to specify a directory and closure-compiler doesn't.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to