0.0.5 • Published 9 years ago

lineman-express v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Lineman aplication (LA) from different repository express server

build status

When you develop your LA in different repository than backend, but still want to serve it on the same domain as the backend you must:

  • build your LA
  • server the build folder with express-static

Install

npm install lineman-express --save

Configuration

Config is performed through environment variables with obvious meaning:

  • FRONTEND_APP: source of the LA. Can be either: - path where the LA is (tipycally on develop mechines linked directly on filesystem) - url of git repository. Then clone (if not yet) the repo or pull (if already ...) to local. And run the lineman build
  • FRONTEND_APP_BRANCH: (optional) when set, the given branch is used.
  • FRONTEND_APP_REPO_PATH: (optional) path where LA url is clonned

If you want to give a feedback, raise an issue.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago