Skip to content

Instantly share code, notes, and snippets.

@eanderson4
Created February 7, 2017 14:24
Show Gist options
  • Save eanderson4/807cc5dc676e8be291863c0bc043aa33 to your computer and use it in GitHub Desktop.
Save eanderson4/807cc5dc676e8be291863c0bc043aa33 to your computer and use it in GitHub Desktop.
Bold doesn't appear to reset
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- This file was created with the aha Ansi HTML Adapter. https://github.com/theZiz/aha -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xml+xhtml; charset=UTF-8" />
<title>stdin</title>
</head>
<body>
<pre>
[..................] - : <span style="color:green;">info</span> <span style="color:purple;">using</span> node@v6.9.2
[..................] - : <span style="color:green;">info</span> <span style="color:purple;">using</span> node@v6.9.2
[07:08:03<span style="color:black;">] Requiring external module </span><span style="color:purple;">babel-register</span><span style="color:black;">
[07:08:05] Starting '</span><span style="color:teal;">templates</span><span style="color:black;">'...
[07:08:05] Finished '</span><span style="color:teal;">clean</span><span style="color:black;">' after </span><span style="color:purple;">368 ms</span><span style="color:black;">
[07:08:05] Starting '</span><span style="color:teal;">copy</span><span style="color:black;">'...
[</span><span style="color:blue;">BS</span><span style="color:black;">] </span><span style="color:black;font-weight:bold;">Access URLs:
--------------------------------------
Local: </span><span style="color:purple;font-weight:bold;">http://localhost:4000</span><span style="color:black;font-weight:bold;">
External: </span><span style="color:purple;font-weight:bold;">http://192.168.0.106:4000</span><span style="color:black;font-weight:bold;">
--------------------------------------
UI: </span><span style="color:purple;font-weight:bold;">http://localhost:3001</span><span style="color:black;font-weight:bold;">
UI External: </span><span style="color:purple;font-weight:bold;">http://192.168.0.106:3001</span><span style="color:black;font-weight:bold;">
--------------------------------------
[</span><span style="color:blue;font-weight:bold;">BS</span><span style="color:black;font-weight:bold;">] Serving files from: </span><span style="color:purple;font-weight:bold;">./dist/</span><span style="color:black;font-weight:bold;">
[</span><span style="color:blue;font-weight:bold;">BS</span><span style="color:black;font-weight:bold;">] Watching files...
[07:08:06] Finished '</span><span style="color:teal;font-weight:bold;">copy</span><span style="color:black;font-weight:bold;">' after </span><span style="color:purple;font-weight:bold;">946 ms</span><span style="color:black;font-weight:bold;">
[07:08:07] Finished '</span><span style="color:teal;font-weight:bold;">templates</span><span style="color:black;font-weight:bold;">' after </span><span style="color:purple;font-weight:bold;">1.45 s</span><span style="color:black;font-weight:bold;">
[07:08:12] Finished '</span><span style="color:teal;font-weight:bold;">default</span><span style="color:black;font-weight:bold;">' after </span><span style="color:purple;font-weight:bold;">3.34 μs</span><span style="color:black;font-weight:bold;">
</span>
</pre>
</body>
</html>
[?25l[..................] - : info using node@v6.9.2
[..................] - : info using node@v6.9.2
[07:08:03] Requiring external module babel-register
[07:08:05] Starting 'templates'...
[07:08:05] Finished 'clean' after 368 ms
[07:08:05] Starting 'copy'...
[BS] Access URLs:
 --------------------------------------
Local: http://localhost:4000
External: http://192.168.0.106:4000
 --------------------------------------
UI: http://localhost:3001
UI External: http://192.168.0.106:3001
 --------------------------------------
[BS] Serving files from: ./dist/
[BS] Watching files...
[07:08:06] Finished 'copy' after 946 ms
[07:08:07] Finished 'templates' after 1.45 s
[07:08:12] Finished 'default' after 3.34 μs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment