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
Copy file name to clipboardExpand all lines: src/containers/Home/Home.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { Link } from 'react-router';
4
4
constprodMessage=(<div>
5
5
<p>This is the <strong>production packaged</strong> version (html/css/js uglified). You can <ahref="./devtools/"title="Test with devtools & sourcemaps"style={{fontWeight: 'bold'}}>test the site in debug mode here</a>, where you'll have access to:</p>
6
6
<ul>
7
-
<li>sourcemaps for css/js</li>
7
+
<li>sourcemaps for <code>.scss</code>/<code>.js</code></li>
8
8
<li>redux devtools</li>
9
9
</ul>
10
10
<pclassName="text-center"><ahref="./devtools/"title="Test with devtools & sourcemaps"className="btn btn-default btn-primary"style={{whiteSpace: 'pre-wrap'}}>I'm a developer, I want to see what's under the hood!</a></p>
@@ -13,7 +13,7 @@ const prodMessage = (<div>
13
13
constdevtoolsMessage=(<div>
14
14
<p>This is the <strong>development packaged</strong> version (<ahref="../"title="checkout in production mode">the production version is here</a>). In the current mode, you have access to:</p>
15
15
<ul>
16
-
<li>sourcemaps for css/js (open the sources tab of your developer tools)</li>
16
+
<li>sourcemaps for <code>.scss</code>/<code>.js</code> (open the sources tab of your developer tools)</li>
17
17
<li><ahref="https://github.com/gaearon/redux-devtools"title="redux-devtools">redux devtools</a> (this is the tab you can see on the right - ctrl+H to toggle hide), it lets you play with history state of redux</li>
18
18
</ul>
19
19
<p>Those features are meant to be used only in the development but I felt it would be a great way to let you discover them.</p>
0 commit comments