From 28e210237dd613a66aa496b83a5d1456655cf0a6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 11 Jan 2017 08:54:32 +0000 Subject: [PATCH] Add server --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d4a3e73..87a0151 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "postinstall": "npm run create-build-dirs && npm run copy-fonts", "create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img", - "copy-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/" + "copy-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/", + "start": "tstatic output/" }, "repository": { "type": "git", @@ -18,6 +19,7 @@ "font-awesome": "=4.6.3", "jquery": "=2.2.3", "jquery.easing": "=1.3.2", + "tstatic": "git://github.com/RealOrangeOne/tstatic", "underscore": "=1.8.3", "wow.js": "=1.2.0" },