use nginx

This commit is contained in:
Justin Lynn
2014-03-04 13:57:25 -08:00
parent 238d29a0fc
commit 1b9fd5f71d
3 changed files with 13 additions and 8 deletions

3
_static.cfg Normal file
View File

@@ -0,0 +1,3 @@
SERVER_TYPE="nginx"
BUILD_WEB_ASSETS="true"
STATIC_SUBDIR="www"

2
_webassets.cfg Normal file
View File

@@ -0,0 +1,2 @@
USE_GRUNT="true"
GRUNT_OPTIONS="" #by default the project compiles itself

View File

@@ -21,20 +21,20 @@
<title>Ripple Developer Portal</title>
<!-- Flatdoc -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/legacy.js'></script>
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/flatdoc.js'></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/legacy.js'></script>
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/flatdoc.js'></script>
<!-- Flatdoc theme -->
<link href='http://rstacruz.github.io/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/theme-white/script.js'></script>
<link href='//rstacruz.github.io/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/theme-white/script.js'></script>
<!-- Meta -->
<meta content="Ripple Web Client" property="og:title">
<meta content="Ripple Web Client description goes here." name="description">
<!-- Custom Stylesheet -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
<link href='css/main.css' rel='stylesheet'>
@@ -57,8 +57,8 @@
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="http://ghbtns.com/github-btn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<!-- GitHub buttons: see http/ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>