Skip to content

0.19.0

Choose a tag to compare

@searls searls released this 01 Dec 22:29
· 259 commits to master since this release
  • 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.