lib/jets/builders/md5_zip.rb in jets-1.2.1 vs lib/jets/builders/md5_zip.rb in jets-1.3.0
- old
+ new
@@ -18,9 +18,10 @@
@checksum = Md5.checksums[folder]
end
def create
headline "Creating zip file for #{@path}"
+ # => Creating zip file for /tmp/jets/demo/stage/bundled
# https://serverfault.com/questions/265675/how-can-i-zip-compress-a-symlink
command = "cd #{@path} && zip --symlinks -rq #{zip_file} ."
sh(command)
# move out of the lower folder to the stage folder
\ No newline at end of file