Skip to content

mhora/collective.recipe.symlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

collective.recipe.symlink
=========================

A recipe to enable linking parts of eggs into a fixed directory that can be served via a webserver.

Usage
-----

Example of the buildout section::

  [symlink]
  recipe=collective.recipe.symlink
  egg = foo.bar
  destination = ${buildout:directory}/parts/static
  links =
    css = foo/bar/static/css
    js = foo/bar/static/js

TODO: Tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages