Skip to content

Commit

Permalink
Added Netlify config file
Browse files Browse the repository at this point in the history
The Netlify build configuration currently only resides in their admin panel. This configuration file should hopefully override those settings to allow outside contributors to make refactoring changes

Refs #3195
  • Loading branch information
Munter committed Jan 9, 2018
1 parent e54370e commit 565726d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions netlify.toml
@@ -0,0 +1,13 @@
# Netlify deploy configuration
# See https://www.netlify.com/docs/continuous-deployment/#deploy-contexts

# Global settings applied to the whole site.
#
# “publish” is the directory to publish (relative to root of your repo),
# “command” is your build command,
# “base” is directory to change to before starting build. if you set base:
# that is where we will look for package.json/.nvmrc/etc not repo root!

[build]
publish = "docs/_dist/"
command = "npm start buildDocs"

0 comments on commit 565726d

Please sign in to comment.