Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

you can now filter by project name. Also sensible defaults #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zippy1981
Copy link

libgrabber will work parameterlessly if you are in the jsdelivr directory. Also you can use --projects-filter=Regex to filter by project name. This is useful if you want to just test a project you are adding

var projectsDir = config.get('jsdelivr-projects-dir');
var jsDelivrPath = config.get('jsdelivr-path') || '.';
var projectsDir = config.get('jsdelivr-projects-dir') || 'files';
var projectsFilter = config.get('projects-filter')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missin semi, I'll add a travis hook if I get a second this weekend

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants