Skip to content

Commit

Permalink
readme file added to gulp package command
Browse files Browse the repository at this point in the history
  • Loading branch information
codexpert committed Sep 9, 2015
1 parent 9017c92 commit 1725595
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
58 changes: 31 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ gulp.task('default', function () {
});

gulp.task('package', ['package-build'], function () {
var files = ['app', 'assets', 'blocks', 'src', 'vendor', 'presets', 'tx-onepager.php', 'uninstall.php'];
var files = ['app', 'assets', 'blocks', 'src', 'vendor', 'presets', 'tx-onepager.php', 'uninstall.php', 'readme.txt'];

packager("tx-onepager", files, ROOT_PATH);
});
Expand Down

0 comments on commit 1725595

Please sign in to comment.