Browse Source

Added package clean

master
Igor Zhukov 10 years ago
parent
commit
5caf0d8165
  1. 1
      Makefile

1
Makefile

@ -1,4 +1,5 @@
package: package:
rm -rf dist_package
./node_modules/gulp/bin/gulp.js clean ./node_modules/gulp/bin/gulp.js clean
./node_modules/gulp/bin/gulp.js package ./node_modules/gulp/bin/gulp.js package
cp -r dist dist_package cp -r dist dist_package

Loading…
Cancel
Save