1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-31 03:25:45 +00:00

Set up api for development

This commit is contained in:
2016-02-10 17:46:16 +00:00
parent dfa0972747
commit 2d3aa1b760
3 changed files with 8 additions and 10 deletions

View File

@@ -7,6 +7,5 @@
</head>
<body>
<script type="text/javascript" src="<%= js %>"></script>
<p>Test</p>
</body>
</html>

View File

@@ -22,13 +22,13 @@ module.exports = function(lineman) {
// requests for paths that don't match a static asset in ./generated will be forwarded to
// whatever service might be running on the specified port.
//
// server: {
// apiProxy: {
// enabled: true,
// host: 'localhost',
// port: 3000
// }
// },
server: {
apiProxy: {
enabled: true,
host: 'localhost',
port: 8080
}
},
// Sass
//

View File

@@ -5,8 +5,7 @@
"private": true,
"author": "John Doe",
"devDependencies": {
"lineman": "~0.36.6",
"lineman-rails": "^0.1.0"
"lineman": "~0.36.6"
},
"scripts": {
"start": "lineman run",