Welcome to mirror list, hosted at ThFree Co, Russian Federation.

S3Cachefile.json « test-infra - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e213ea422489206a3ca5690bac074aeb38e231b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "npm-modules": {
        "key": "./npm-shrinkwrap.json",
        "cache": "../node_modules",
        "generate": "./uncached-npm-install.sh"
    },
    "rubygems": {
        "key": "../pseudo_Gemfile.lock",
        "cache": "$GEMDIR",
        "generate": "gem install -N jekyll -v $JEKYLL_VERSION && gem install -N rouge -v $ROUGE_VERSION"
    }
}