GitHub gists #3537
Replies: 8 comments
-
Would the idea here be to enable streaming a file into the build script, or specifically allow the loading of full on gists? |
Beta Was this translation helpful? Give feedback.
-
I'm thinking that it should work the same way as the |
Beta Was this translation helpful? Give feedback.
-
Gists after just GIT repositories so perhaps do an generic GIT repo script include? Something like Then it could be cached if many scripts were to use the same repo, and just pull if exist to get latest version. Built in GIT support for clone, pull, push, add & commit would be really useful in general, especially as many projects are published via GIT. |
Beta Was this translation helpful? Give feedback.
-
Hmmm, maybe. Problem is that we probably would need an additional dependency on |
Beta Was this translation helpful? Give feedback.
-
Meanwhile could just add HTTP support to the |
Beta Was this translation helpful? Give feedback.
-
@devlead I actually like this idea of extending the |
Beta Was this translation helpful? Give feedback.
-
@Redth this basically is what you've started to look at right? |
Beta Was this translation helpful? Give feedback.
-
Yes. This is what I started doing... |
Beta Was this translation helpful? Give feedback.
-
Would be useful to be able to reference a gist from the cake script.
The source of the gist would be inserted into the build script. Good for sharing utility methods.
#gist "https://gist.github.com/patriksvensson/872bfcc44b234b12ea8c"
Beta Was this translation helpful? Give feedback.
All reactions