@cloudcannon/suite
Version:
A suite of gulp tools to manage static sites on CloudCannon
106 lines (104 loc) • 2.68 kB
JSON
[
{
"path": ".gitignore",
"description_markdown": "Gitignore file.",
"required": false,
"committed": true
},
{
"path": "gulpfile.js",
"description_markdown": "A JavaScript file required to configure CloudCannon suite.",
"required": true,
"committed": true
},
{
"path": "package.json",
"description_markdown": "Defines the required installs and repo information. Create this with `npm init`.",
"required": true,
"committed": true
},
{
"path": "package-lock.json",
"description_markdown": "A generated file from `npm install` that prevents unexpected package changes.",
"required": false,
"committed": true
},
{
"path": "README.md",
"description_markdown": "This should describe the site and how to manage it.",
"required": false,
"committed": true
},
{
"path": "siteicon.png",
"description_markdown": "The icon for the site.",
"required": false,
"committed": true
},
{
"path": "src",
"description_markdown": "The Jekyll source of the site.",
"required": false,
"committed": true
},
{
"path": "gulp",
"description_markdown": "The folder for additional gulp scripts.",
"required": false,
"committed": true
},
{
"path": "dist",
"description_markdown": "The output folder for the different states of the sites in the repo.",
"required": false,
"committed": false
},
{
"path": "dist/site",
"description_markdown": "The output for the `gulp dev` command.",
"required": false,
"committed": false
},
{
"path": "dist/state",
"description_markdown": "The output for the `gulp state` command.",
"required": false,
"committed": false
},
{
"path": "dist/prod",
"description_markdown": "The output for the `gulp dist` command.",
"required": false,
"committed": false
},
{
"path": "dist/translated_site",
"description_markdown": "The output for the `gulp i18n` command.",
"required": false,
"committed": false
},
{
"path": "reports",
"description_markdown": "The output location for information gathering commands, like `gulp proof`",
"required": false,
"committed": false
},
{
"path": "i18n",
"description_markdown": "The folder for the i18n steps.",
"required": false,
"committed": false
},
{
"path": "i18n/source.json",
"description_markdown": "The generated locale file from dist/site. To regenerate, run `gulp i18n:generate`",
"required": false,
"committed": true
},
{
"path": "i18n/locales",
"description_markdown": "The folder for the translated locale (.json) files for dist/site. These are used to generate a translated version of the site by running `gulp i18n:translate`",
"required": false,
"committed": true
}
]