FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
LiveReload/windows/bundle-node.cmd at develop · livereload/LiveReload · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
livereload
/
LiveReload
Public
Notifications
You must be signed in to change notification settings
Fork
162
Star
1.4k
Code
Issues
99
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
LiveReload
/
windows
/
bundle-node.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (7 loc) · 222 Bytes
Breadcrumbs
LiveReload
/
windows
/
bundle-node.cmd
Copy path
File metadata and controls
13 lines (7 loc) · 222 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
set
VER
=
0.10.12
cd
"
%~dp0
"
del
/q /f node.exe
tools\curl.exe -O
"
http://nodejs.org/dist/v
%VER%
/node.exe
"
tools\upx.exe --ultra-brute node.exe
del
/q /f res\LiveReloadNodejs.exe
move
node.exe res\LiveReloadNodejs.exe
Back
|
FazBrowse Home
|
New Git URL