File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ set NODE_LANG=%1
55@ set ASSET_VERSIONING = query
66@ set WATCH = 1
77@ set SITE_HOST = http://javascript.local
8- @ set PORT = 80
8+ @ set PORT = 3000
99@ set NODE_PATH = ./handlers;./modules
10- @ set TUTORIAL_EDIT = 1
1110
1211call gulp dev
1312
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ export NODE_ENV=production
99export TUTORIAL_EDIT=1
1010export PORT=3000
1111
12- npm --silent run -- gulp edit --root /js/javascript-tutorial- $BRANCH
12+ npm --silent run -- gulp edit
1313
Original file line number Diff line number Diff line change 11@ if " %~1 " == " " goto usage
22
3- set NODE_LANG = %1
4- @ set NODE_ENV = development
3+ @ set NODE_LANG = %1
4+ @ set NODE_ENV = production
5+ @ set TUTORIAL_EDIT = 1
56@ set ASSET_VERSIONING = query
67@ set WATCH = 1
78@ set SITE_HOST = http://javascript.local
8- @ set PORT = 80
9+ @ set PORT = 3000
910@ set NODE_PATH = ./handlers;./modules
10- @ set PLUNK_REMOTE_OFF = 1
1111
12- call gulp tutorial:import --root /js/javascript-tutorial-%NODE_LANG%
13-
14- call gulp edit --root /js/javascript-tutorial-%NODE_LANG%
12+ call gulp edit
1513
1614goto :eof
1715
You can’t perform that action at this time.
0 commit comments