Closed
Bug 1063451
Opened 11 years ago
Closed 11 years ago
Gruntfile.js references files that no longer exist
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
|
1.13 KB,
patch
|
Details | Diff | Splinter Review |
eg:
copy:{
main: {
files: [
...
{ src:'webapp/app/vendor/zeroclipboard/ZeroClipboard.swf', dest:'dist/vendor/zeroclipboard/ZeroClipboard.swf' }
]
},
This file was removed by bug 1030710.
Annoyingly grunt doesn't output any errors/warnings for this.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/e371b76e273346d2f4c2f15f15dddcedffc83a8a
Bug 1063451 - Remove ZeroClipboard.swf reference from Gruntfile.js
The feature was removed by bug 1030710, so the file no longer exists.
You need to log in
before you can comment on or make changes to this bug.
Description
•