Closed
Bug 1036445
Opened 11 years ago
Closed 11 years ago
Landing Pages: unbreak the build
Categories
(Webmaker Graveyard :: webmaker.org, defect)
Webmaker Graveyard
webmaker.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akirose, Assigned: jon)
References
Details
(Whiteboard: [landingpages] [july25])
Attachments
(1 file)
This is a more complex ticket than it looks like at first glance. JShint doesn't like that Make and Mustache are used before being defined. I'd prefer that the solution to this problem not be
Make = Make || {},
Mustache = Mustache || {},
because the compiled files have the correct variables in the correct places. That said, the whole point to running these scripts is to improve your uncompiled files.
Gotta figure this out.
Assignee | ||
Comment 1•11 years ago
|
||
You might be able to fix this by adding those two globals to the ignore list on a per-file basis via:
/* global Make, Mustache */
I think.
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Whiteboard: [landingpages] [techdebt] → [landingpages] [july25]
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8456965 [details] [review]
https://github.com/mozilla/webmaker-landing-pages/pull/15
You are my sunshine, my only sunshine!
Attachment #8456965 -
Flags: review?(aki) → review+
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker-landing-pages
https://github.com/mozilla/webmaker-landing-pages/commit/23c9ce70b2a5b66ac6c234f20ee4b77916aeaa83
Fix bug 1036445 - Travis CI passes once again!
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•