Skip to content

linemanjs/lineman-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lineman-lib

This is a plugin to get started using Lineman to build libraries to be consumed for the web. We recommend you look at our lib template project as a starting point.

configuration

There are two configuration properties for lineman-lib, which you can adjust in your config/application file like so:

plugins:
  lib:
    includeVendorInDistribution: true  # Include vendor/js/ scripts in your distribution (default: false)
    generateBowerJson: true # generate a bower.json file to describe your library (default: true)

About

A plugin for publishing JavaScript libs with Lineman

Resources

Stars

Watchers

Forks

Packages

No packages published