FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-tutorial-server/dev.cmd at master · emtee40/javascript-tutorial-server · GitHub
emtee40
/
javascript-tutorial-server
Public
forked from
javascript-tutorial/server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript-tutorial-server
/
dev.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 289 Bytes
Breadcrumbs
javascript-tutorial-server
/
dev.cmd
Copy path
File metadata and controls
18 lines (14 loc) · 289 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@
if
"
%~1
"
==
"
"
goto
usage
set
NODE_LANG
=
%1
@
set
NODE_ENV
=
development
@
set
ASSET_VERSIONING
=
query
@
set
WATCH
=
1
@
set
SITE_HOST
=
http://javascript.local
@
set
PORT
=
80
@
set
NODE_PATH
=
./handlers;./modules
@
set
TUTORIAL_EDIT
=
1
call
gulp dev
goto
:
eof
:
usage
echo
Usage:
%0
<
Language
>
exit
/B
1
Back
|
FazBrowse Home
|
New Git URL