You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lineman spec-ci now runs on a random free port, which allows you to run lineman spec and lineman spec-ci simultaneously without a port conflict. See #168
Introduce a config/lineman.js to the new project archetype. Got some valid feedback that the require(ENV['LINEMAN_MAIN']) was intimidating from the user scoped config files. I'm thinking it'll be better to deprecate that require statement entirely and instead pass lineman into expected config files (like grunt/tasks/*); we'll at least want to do that for any plugin system.