luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 147 forks source link

Issue with +http-kit template/profile #78

Closed azizur closed 10 years ago

azizur commented 10 years ago

When you create a project with +http-kit profile, it does not show the port number like it does for default profile.

For example:

$ lein run -dev
2014-Aug-20 13:45:45 +0100 mc-s071031.local INFO [app-name.core] - server started on port #<core$port app-name.core$port@2119b989>

Also when I create a project using default profile and I run lein ring serve it loads the application and my default browser is opened will the application url.

It would be really nice if the +http-kit template provide the same user experience as default.

yogthos commented 10 years ago

thanks for noticing, I fixed the issue and I'll deploy a new version sometime tonight

azizur commented 10 years ago

First of all Thank you for really great project and speed response.

Latest commit https://github.com/yogthos/luminus-template/commit/6b1f3a8a4c54247de56f45f6f85fe9e4707c86ea does not fixes this issue. In fact it created another issue, I have left a message on the commit itself.

yogthos commented 10 years ago

I committed a fix for that already, and I just pushed the latest to Clojars