Skip to content

Commit 8ef2561

Browse files
committed
Fixed rakefile for creating zip package.
1 parent 1ab6788 commit 8ef2561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ task :build_plugin do
1616
Dir.chdir(File.dirname(__FILE__)) do
1717
FileUtils::Verbose.rm_f(PLUGIN_ZIP);
1818

19-
Dir.glob("**/*.{php,js,css}") do |path|
19+
Dir.glob("jquery-syntax/**/*.{php,js,css}") do |path|
2020
system("zip", PLUGIN_ZIP, path)
2121
end
2222
end

0 commit comments

Comments
 (0)