diff options
| author | XhmikosR <[email protected]> | 2019-08-03 17:09:03 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-03 17:09:03 +0300 |
| commit | f17f882df292b29323f1e1da515bd16f326cee4a (patch) | |
| tree | 5ba8857d08638539e6eb1a155d3edfa6708726f7 /Gruntfile.js | |
| parent | 08cc5c3961f89e37a0d314a2b99cb0fc03f11a09 (diff) | |
| download | bootstrap-v3-dev.tar.xz bootstrap-v3-dev.zip | |
Disable crawling on Netlify. (#29193)v3-dev
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 39ba49ada..43f923fb7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -291,7 +291,7 @@ module.exports = function (grunt) { docs: {}, netlify: { options: { - raw: 'github: true\nbaseurl: ""' + raw: 'github: true\nbaseurl: ""\nnetlify: true' } }, github: { |
