1
Fork 0

Add server

This commit is contained in:
Jake Howard 2017-01-11 08:54:32 +00:00
parent 7aafe6a19f
commit 28e210237d

View file

@ -5,7 +5,8 @@
"scripts": { "scripts": {
"postinstall": "npm run create-build-dirs && npm run copy-fonts", "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", "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": { "repository": {
"type": "git", "type": "git",
@ -18,6 +19,7 @@
"font-awesome": "=4.6.3", "font-awesome": "=4.6.3",
"jquery": "=2.2.3", "jquery": "=2.2.3",
"jquery.easing": "=1.3.2", "jquery.easing": "=1.3.2",
"tstatic": "git://github.com/RealOrangeOne/tstatic",
"underscore": "=1.8.3", "underscore": "=1.8.3",
"wow.js": "=1.2.0" "wow.js": "=1.2.0"
}, },