1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 06:07:20 +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> </head>
<body> <body>
<script type="text/javascript" src="<%= js %>"></script> <script type="text/javascript" src="<%= js %>"></script>
<p>Test</p>
</body> </body>
</html> </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 // 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. // whatever service might be running on the specified port.
// //
// server: { server: {
// apiProxy: { apiProxy: {
// enabled: true, enabled: true,
// host: 'localhost', host: 'localhost',
// port: 3000 port: 8080
// } }
// }, },
// Sass // Sass
// //

View File

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