Investigate if we can integrate newtab bundle script with mach
Categories
(Firefox :: Messaging System, task, P3)
Tracking
()
People
(Reporter: aminomancer, Unassigned)
References
(Blocks 1 open bug)
Details
It would be nice if, when there are changes in newtab source code, running mach build
also triggered the npm script that transpiles that code. We do something kinda like that in taskcluster. Anyone know if mach supports this?
Comment 1•2 years ago
|
||
NI @dmosedale to help update bug with historical context and potential blockers
Updated•2 years ago
|
Reporter | ||
Comment 2•2 years ago
|
||
Barret suggested we look into using the GENERATED_FILES directive in our moz.build script. I haven't looked closely at it but I guess we can probably write the node script trigger in python
Comment 3•2 years ago
•
|
||
https://bugzilla.mozilla.org/showdependencytree.cgi?id=1555052 has an older history as well as contextual thinking. I expect a bunch of the still open bugs are now obsolete and could use a good triage, as I suspect a bunch of them are obsolete.
Comment 4•2 years ago
|
||
https://bugzilla.mozilla.org/showdependencytree.cgi?id=1583304&hide_resolved=1 is also a relevant place to look for ino.
Reporter | ||
Comment 5•1 year ago
|
||
Integration with mach could possibly be done by extending setup_helper.py
Description
•