Add server
This commit is contained in:
parent
7aafe6a19f
commit
28e210237d
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue