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
Experimental: adds support for plugins. See #169 for some details. Basically any lineman project can either add custom configuration hooks in files located under config/plugins or from any npm module whose name starts with "lineman-" and has files under <module_path>/config/plugins. As an example of intra-project plugin files, you can take a look at Lineman itself.