We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6139427 commit f70bb38Copy full SHA for f70bb38
.gitignore
@@ -5,4 +5,6 @@ response_body.bin
5
test/fixtures/test-repo1/
6
test/fixtures/test-repo1-packed
7
.DS_store
8
-demos/serve
+demos/serve
9
+build
10
+node_modules
Rakefile
@@ -1,6 +1,4 @@
1
2
-
3
4
namespace :test do
desc "Reset the github test repo"
task :reset do
@@ -101,6 +99,7 @@ task :package_client do
101
99
end
102
100
103
total_js = js.join("\n\n")
+ FileUtils.mkdir_p("build")
104
File.open("build/git.min.js", "w") {|f| f.puts total_js }
105
puts "packaged build/git.min.js"
106
0 commit comments