Files
.github
__mocks__
example
img
src
website
config
site
src
.babelrc
.nvmrc
README.md
gulpfile.babel.js
package.json
webpack.conf.js
yarn.lock
.all-contributorsrc
.babelrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.stylelintrc
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
package-lock.json
package.json
postcss.config.js
setupTests.js
webpack.config.js
yarn.lock
static-cms/website/.babelrc
Jessica Parsons 155f40e5e4 Migrate netlify-cms-www site into this repo ()
* Add frontmatter to docs files (prep to move)

* Move docs into position for website migration

* Migrate website from netlify-cms-www

Some modifications, including most of the changes in https://github.com/netlify/netlify-cms-www/pull/58 (previously reverted).

Also updated the readme and added hugo-bin for quicker onboarding of new docs contributors.

* Remove netlify.toml

This allows separate build commands for cms-demo and netlifycms.org.

* Remove website/netlify.toml

May re-add later, but it's not doing anything for now.

* Remove unused content file
2017-12-04 16:42:20 -08:00

7 lines
115 B
Plaintext

{
"presets": ["es2015"],
"plugins": [
"syntax-object-rest-spread",
"transform-object-rest-spread"
]
}