From dd48da19c0f9f20d0c1598ffa1074b0c04b4f6fc Mon Sep 17 00:00:00 2001 From: calzoneman Date: Thu, 23 Apr 2015 21:19:55 -0500 Subject: [PATCH] Add build-player script --- package.json | 6 ++++++ player/.gitkeep | 0 www/js/player-new.js | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 player/.gitkeep create mode 100644 www/js/player-new.js diff --git a/package.json b/package.json index f273aa26..4017cdb7 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,11 @@ "serve-static": "^1.8.1", "socket.io": "^1.3.5", "yamljs": "^0.1.6" + }, + "scripts": { + "build-player": "$npm_node_execpath build-player.js" + }, + "devDependencies": { + "coffee-script": "^1.9.2" } } diff --git a/player/.gitkeep b/player/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/www/js/player-new.js b/www/js/player-new.js new file mode 100644 index 00000000..b7b2ee82 --- /dev/null +++ b/www/js/player-new.js @@ -0,0 +1,4 @@ +(function() { + + +}).call(this);