From 7329075b9de9ecd9e60b2883307daca3118532db Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 4 Apr 2017 14:14:28 -0400 Subject: [PATCH] Readme: remove old developer docs saying to run grunt before a PR This is hard when we have many PRs open and often get left with a bunch of merge conflicts. --- README.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.rst b/README.rst index e1814286..65729b60 100644 --- a/README.rst +++ b/README.rst @@ -257,7 +257,6 @@ This default task will do the following **very cool things that make it worth th 4. It'll rebuild the sphinx docs anytime it notices a change to .rst, .html, .js or .css files. - Before you create an issue -------------------------- @@ -269,15 +268,6 @@ way for me to ignore your request. RST unfortunately can spit out a lot of thing in a lot of ways. I don't have time to research your problem for you, but I do have time to fix the actual styling issue if you can replicate the problem for me. - -Before you send a Pull Request ------------------------------- - -When you're done with your edits, you can run ``grunt build`` to clean out the old -files and rebuild a new distribution, compressing the css and cleaning out -extraneous files. Please do this before you send in a PR. - - TODO ====