Skip to content

Commit

Permalink
Clean up project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 8, 2012
1 parent 481c08e commit f5f64e7
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 78 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
build:
npm rebuild

develop:
run-develop:
supervisor server.coffee


clean:
find node_modules -name .gitignore -exec rm -v {} \;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
52 changes: 0 additions & 52 deletions main.coffee

This file was deleted.

2 changes: 1 addition & 1 deletion node_modules/serialport/serialport_native/build/config.log

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dgram = require "dgram"

CSON = require "cson"

{EffectManager} = require "./effectmanager"
{EffectManager} = require "./lib/effectmanager"
{app, io} = require "./web/webserver"


Expand Down
2 changes: 1 addition & 1 deletion test/enttec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ assert = require "assert"

_ = require 'underscore'

enttec = require "../enttec"
enttec = require "../lib/enttec"

dmxHeaders = new Buffer [0x7e, 6, 0, 2]

Expand Down
2 changes: 1 addition & 1 deletion test/packetparser.test.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

should = require "should"

{parse} = require "../packetparser"
{parse} = require "../lib/packetparser"


describe "packet parser", ->
Expand Down
20 changes: 0 additions & 20 deletions test/test.coffee

This file was deleted.

Binary file removed testdata/off.dat
Binary file not shown.
Binary file removed testdata/on.dat
Binary file not shown.

0 comments on commit f5f64e7

Please sign in to comment.