Fixed .swp in package
This commit is contained in:
parent
9cd7807014
commit
4d6787b4cf
2
Makefile
2
Makefile
@ -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…
x
Reference in New Issue
Block a user