You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>System configuration are stored in the <strong>locals.js</strong> file.</p>
42
42
<h3id="samples-page">Samples Page</h3>
43
-
<p>Start the server and input <code>URL/samples</code> with browsers.</p>
43
+
<p>Start the server and input <code>http://localhost:port/samples</code> with browsers.</p>
44
44
<h2id="gulp">Gulp</h2>
45
45
<p>Show task list with <code>gulp help</code>.</p>
46
46
<h2id="test">Test</h2>
47
47
<p>Test using karma and jasmine, run the test with <code>npm test</code> or <code>karma start</code>. Unit and coverage test report are stored in report directory.</p>
48
48
<h2id="changelog">Changelog</h2>
49
+
<h3id="2-2-0">2.2.0</h3>
50
+
<ul>
51
+
<li>add build-templates task to optimize ngTemplates that registers AngularJS templates in the $templateCache</li>
52
+
<li>add error and listening event to server<br>
53
+
17.01.2016</li>
54
+
</ul>
49
55
<h3id="2-1-0">2.1.0</h3>
50
56
<ul>
51
57
<li>replace gulp-livereload with browser-sync</li>
0 commit comments