Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
d5b34635
Commit
d5b34635
authored
Jul 20, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed file broadcaster to debomatic
parent
936e366a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
debomatic-webui/debomatic-webui.coffee
debomatic-webui/debomatic-webui.coffee
+1
-1
debomatic-webui/lib/debomatic.coffee
debomatic-webui/lib/debomatic.coffee
+0
-0
No files found.
debomatic-webui/debomatic-webui.coffee
View file @
d5b34635
...
@@ -12,7 +12,7 @@ routes = require("./routes")
...
@@ -12,7 +12,7 @@ routes = require("./routes")
config
=
require
(
"./lib/config"
)
config
=
require
(
"./lib/config"
)
utils
=
require
(
"./lib/utils"
)
utils
=
require
(
"./lib/utils"
)
Client
=
require
(
"./lib/client"
)
Client
=
require
(
"./lib/client"
)
Debomatic
=
require
(
"./lib/
broadcaster
"
)
Debomatic
=
require
(
"./lib/
debomatic
"
)
app
=
module
.
exports
=
express
()
app
=
module
.
exports
=
express
()
server
=
http
.
createServer
(
app
)
server
=
http
.
createServer
(
app
)
io
=
require
(
"socket.io"
)(
server
)
io
=
require
(
"socket.io"
)(
server
)
...
...
debomatic-webui/lib/
broadcaster
.coffee
→
debomatic-webui/lib/
debomatic
.coffee
View file @
d5b34635
File moved
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