Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b223081

Browse files
committed
chore(Rakefile): zip only the build dir
1 parent 5e90418 commit b223081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ task :package => [:clean, :minify, :docs] do
155155
zip_file = "#{zip_dir}.zip"
156156

157157
FileUtils.ln_s BUILD_DIR, zip_dir
158-
%x(zip -r #{zip_file} .)
158+
%x(zip -r #{zip_file} #{zip_dir})
159159
FileUtils.rm zip_dir
160160

161161
FileUtils.mv zip_file, path_to(zip_file)

0 commit comments

Comments
 (0)