Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
a0ed8dee
Commit
a0ed8dee
authored
Dec 05, 2017
by
Justin Hornosty (jjrh)
Committed by
JC Brand
Dec 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow use of alternative port to for HTTPSERVE ( HTTPSERVE_PORT )
parent
7dc1b376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+4
-3
No files found.
Makefile
View file @
a0ed8dee
...
...
@@ -8,6 +8,7 @@ CHROMIUM ?= ./node_modules/.bin/run-headless-chromium
CLEANCSS
?=
./node_modules/clean-css-cli/bin/cleancss
--skip-rebase
ESLINT
?=
./node_modules/.bin/eslint
HTTPSERVE
?=
./node_modules/.bin/http-server
HTTPSERVE_PORT
?=
8000
PAPER
=
PO2JSON
?=
./node_modules/.bin/po2json
RJS
?=
./node_modules/.bin/r.js
...
...
@@ -51,11 +52,11 @@ help:
.PHONY
:
serve
serve
:
dev
$(HTTPSERVE)
-p
8000
-c-1
$(HTTPSERVE)
-p
$(HTTPSERVE_PORT)
-c-1
.PHONY
:
serve_bg
serve_bg
:
dev
$(HTTPSERVE)
-p
8000
-c-1
-s
&
$(HTTPSERVE)
-p
$(HTTPSERVE_PORT)
-c-1
-s
&
########################################################################
## Translation machinery
...
...
@@ -206,7 +207,7 @@ eslint: stamp-npm
.PHONY
:
check
check
:
eslint
LOG_CR_VERBOSITY
=
INFO
$(CHROMIUM)
http://localhost:
8000
/tests.html
LOG_CR_VERBOSITY
=
INFO
$(CHROMIUM)
http://localhost:
$(HTTPSERVE_PORT)
/tests.html
########################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment