Skip to content
Snippets Groups Projects

[#127] Improve 'dist' target to create tarball

Merged Dirk HOFFMANN requested to merge feature/127-Dist_creates_tarball into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -62,6 +62,7 @@ dist: clean-build collect compile
# We need to do this like this as 'zip' always uses the cwd as archive root.
# And for the extension to work extension.js etc. need to be at the root.
cd $(BUILDDIR); zip -rq ../dist/hamster@projecthamster.wordpress.com.zip ./*
cd $(BUILDDIR); tar -czf ../dist/hamster@projecthamster.wordpress.com.tgz *
@ls -l dist
docs:
Loading