Browse Source

Fixed .swp in package

master
Igor Zhukov 9 years ago
parent
commit
4d6787b4cf
  1. 2
      Makefile

2
Makefile

@ -3,7 +3,7 @@ package: @@ -3,7 +3,7 @@ package:
./node_modules/gulp/bin/gulp.js clean
./node_modules/gulp/bin/gulp.js package
cp -r dist dist_package
find dist_package | grep "\.git\|DS_Store" | xargs rm -rf
find dist_package | grep "\.git\|DS_Store\|.swp" | xargs rm -rf
cd dist_package && zip -r ../releases/webogram_v$(version).zip .
publish:

Loading…
Cancel
Save