Skip to content

Commit 44b2681

Browse files
committed
minor
1 parent 4b7f469 commit 44b2681

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you'd like to edit the server code, *not* the tutorial text (assuming you're
9191
```
9292
// import and cache the "ru" version of the tutorial from /js/javascript-tutorial-ru
9393
// NODE_LANG sets server language
94-
// TUTORIAL_ROOT is the full path to tutorial repo
94+
// TUTORIAL_ROOT is the full path to tutorial repo, by default is /js/javascript-tutorial-$NODE_LANG
9595

9696
cd /js/javascript-tutorial-server
9797
NODE_LANG=en TUTORIAL_ROOT=/js/javascript-tutorial-ru npm run gulp jsengine:koa:tutorial:import

edit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export NODE_ENV=production
1212
export TUTORIAL_EDIT=1
1313
export NODE_PRESERVE_SYMLINKS=1
1414

15-
npm --silent run -- gulp edit
15+
npm --silent run -- gulp edit | bunyan -o short -l debug
1616

modules/client/clientRender.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// const bem = require('bemPug')();
21
const LANG = require('config').lang;
32

43
const t = require('jsengine/i18n/t');

0 commit comments

Comments
 (0)