diff options
| author | Mark Otto <[email protected]> | 2013-07-26 22:31:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 22:31:14 -0700 |
| commit | 45f6f1629ba86d710ae401aa486246b3762db07d (patch) | |
| tree | e9851732865fef335e537f00c89357b5ccc8eb27 | |
| parent | 7b9a949a1887a2da291347a66f3c6ae132b24d29 (diff) | |
| download | bootstrap-45f6f1629ba86d710ae401aa486246b3762db07d.tar.xz bootstrap-45f6f1629ba86d710ae401aa486246b3762db07d.zip | |
ignore the gruntfile from jekyll
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 613256233..57b22942e 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ permalink: pretty # Server destination: ./_gh_pages -exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less"] +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] port: 9001 # Custom vars |
