Browse Source

Improved makefile for package

master
Igor Zhukov 10 years ago
parent
commit
74efa76ad3
  1. 1
      Makefile

1
Makefile

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
package:
./node_modules/gulp/bin/gulp.js clean
./node_modules/gulp/bin/gulp.js package
find dist | grep "DS_Store" | xargs rm -rf
cd dist && zip -r ../releases/webogram_v$(version).zip .

Loading…
Cancel
Save