Page MenuHomePhabricator
Authored By
hashar
Mar 15 2017, 11:48 AM
Size
11 KB
Referenced Files
None
Subscribers
None

tasksdiff.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>diff</title>
<meta name="Generator" content="Vim/8.0">
<meta name="plugin-version" content="vim7.4_v2">
<meta name="settings" content="whole_filler,use_css,no_foldcolumn,expand_tabs,prevent_copy=">
<meta name="colorscheme" content="hashar">
<style type="text/css">
<!--
pre { font-family: monospace; color: #ffffff; background-color: #000000; }
body { font-family: monospace; color: #ffffff; background-color: #000000; }
* { font-size: 1em; }
.Folded { color: #00ffff; background-color: #6c6c6c; padding-bottom: 1px; }
.DiffText { background-color: #5f005f; padding-bottom: 1px; }
.DiffAdd { background-color: #005f00; padding-bottom: 1px; }
.DiffChange { background-color: #262626; padding-bottom: 1px; }
.DiffDelete { color: #ff6060; background-color: #5f0000; padding-bottom: 1px; }
-->
<!--
table { table-layout: fixed; }
html, body, table, tbody { width: 100%; margin: 0; padding: 0; }
th, td { width: 33.3%; }
td div { overflow: auto; }
-->
</style>
<script type='text/javascript'>
<!--
/* function to open any folds containing a jumped-to line before jumping to it */
function JumpToLine()
{
var lineNum;
lineNum = window.location.hash;
lineNum = lineNum.substr(1); /* strip off '#' */
if (lineNum.indexOf('L') == -1) {
lineNum = 'L'+lineNum;
}
if (lineNum.indexOf('W') == -1) {
lineNum = 'W1'+lineNum;
}
lineElem = document.getElementById(lineNum);
/* Always jump to new location even if the line was hidden inside a fold, or
* we corrected the raw number to a line ID.
*/
if (lineElem) {
lineElem.scrollIntoView(true);
}
return true;
}
if ('onhashchange' in window) {
window.onhashchange = JumpToLine;
}
-->
</script>
</head>
<body>
<p>
For <a href='https://phabricator.wikimedia.org/T160513'>T160513</a>
</p>
<table border='1' width='100%' id='vimCodeElement'>
<tr>
<th>test</th>
<th>demos</th>
<th>doc</th>
</tr><tr>
<td valign="top"><div>
<pre>
<span class="DiffAdd">Running &quot;eslint:dev&quot; (eslint) task</span><span class="DiffAdd"> </span>
<span class="DiffAdd">Running &quot;stylelint:dev&quot; (stylelint) task</span><span class="DiffAdd"> </span>
<span class="DiffAdd">Running &quot;jsonlint:all&quot; (jsonlint) task</span><span class="DiffAdd"> </span>
<span class="DiffAdd">Running &quot;banana:all&quot; (banana) task</span><span class="DiffAdd"> </span>
<span class="DiffAdd">Running &quot;enable-source-maps&quot; task</span><span class="DiffAdd"> </span>
<span class="DiffAdd">Running &quot;pre-git-build&quot; task</span><span class="DiffAdd"> </span>
Running &quot;clean:build&quot; (clean) task
Running &quot;fileExists:src&quot; (fileExists) task
Running &quot;tyops:build&quot; (tyops) task
Running &quot;tyops:src&quot; (tyops) task
Running &quot;concat:js&quot; (concat) task
Running &quot;colorizeSvg:mediawiki-icons-accessibility&quot; (colorizeSvg) task
<span class="Folded">+-- 42 lines: Running &quot;colorizeSvg:mediawiki-icons-location&quot; (colorizeSvg) task----------------------------------------------------------------------------------</span>
Running &quot;copy:i18n&quot; (copy) task
Running &quot;concat:omnibus&quot; (concat) task
Running &quot;clean:tmp&quot; (clean) task
Running &quot;clean:demos&quot; (clean) task
Running &quot;copy:demos&quot; (copy) task
Running &quot;exec:demos&quot; (exec) task
<span class="DiffChange">Running &quot;</span><span class="DiffText">exec:rubyTestSuiteGenerator&quot; (exec</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">exec:phpGenerateJSPHPForKarma&quot; (exec</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">karma:main&quot; (karma</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">karma:other&quot; (karma</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">uglify:js&quot; (uglif</span><span class="DiffChange">y) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">image:dist&quot; (image</span><span class="DiffChange">) task </span>
<span class="DiffAdd">Running &quot;cssmin:dist&quot; (cssmin) task</span><span class="DiffAdd"> </span>
</pre>
</div></td>
<td valign="top"><div>
<pre>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
Running &quot;clean:build&quot; (clean) task
Running &quot;fileExists:src&quot; (fileExists) task
Running &quot;tyops:build&quot; (tyops) task
Running &quot;tyops:src&quot; (tyops) task
Running &quot;concat:js&quot; (concat) task
Running &quot;colorizeSvg:mediawiki-icons-accessibility&quot; (colorizeSvg) task
<span class="Folded">+-- 42 lines: Running &quot;colorizeSvg:mediawiki-icons-location&quot; (colorizeSvg) task----------------------------------------------------------------------------------</span>
Running &quot;copy:i18n&quot; (copy) task
Running &quot;concat:omnibus&quot; (concat) task
Running &quot;clean:tmp&quot; (clean) task
Running &quot;clean:demos&quot; (clean) task
Running &quot;copy:demos&quot; (copy) task
Running &quot;exec:demos&quot; (exec) task
<span class="DiffChange">Running &quot;</span><span class="DiffText">uglify:js&quot; (uglify</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">image:dist&quot; (image</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">cssmin:dist&quot; (cssmin</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">clean:demos&quot; (clean</span><span class="DiffChange">) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">copy:demos&quot; (cop</span><span class="DiffChange">y) task </span>
<span class="DiffChange">Running &quot;</span><span class="DiffText">exec:demos&quot; (exec</span><span class="DiffChange">) task </span>
</pre>
</div></td>
<td valign="top"><div>
<pre>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="DiffDelete">-----------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
Running &quot;clean:build&quot; (clean) task
Running &quot;fileExists:src&quot; (fileExists) task
Running &quot;tyops:build&quot; (tyops) task
Running &quot;tyops:src&quot; (tyops) task
Running &quot;concat:js&quot; (concat) task
Running &quot;colorizeSvg:mediawiki-icons-accessibility&quot; (colorizeSvg) task
<span class="Folded">+-- 42 lines: Running &quot;colorizeSvg:mediawiki-icons-location&quot; (colorizeSvg) task----------------------------------------------------------------------------------</span>
Running &quot;copy:i18n&quot; (copy) task
Running &quot;concat:omnibus&quot; (concat) task
Running &quot;clean:tmp&quot; (clean) task
Running &quot;clean:demos&quot; (clean) task
Running &quot;copy:demos&quot; (copy) task
Running &quot;exec:demos&quot; (exec) task
<span class="DiffChange">Running &quot;</span><span class="DiffText">copy:jsduck&quot; (copy</span><span class="DiffChange">) task </span>
</pre>
</div></td>
</tr>
</table>
</body>
</html>
<!-- vim: set foldmethod=manual : -->

File Metadata

Mime Type
text/html
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4469878
Default Alt Text
tasksdiff.html (11 KB)

Event Timeline