Skip to content

Commit

Permalink
Add editors and templates to dist when doing package target.
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 13, 2012
1 parent b717d4c commit f32d0ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ target.package = function() {
cp('-R', 'resources', DIST_DIR);
cp('-R', 'dialogs', DIST_DIR);
cp('-R', 'config', DIST_DIR);
cp('-R', 'editors', DIST_DIR);
cp('-R', 'templates', DIST_DIR);

echo('### Creating butter.zip');
cd(DIST_DIR)
Expand Down

0 comments on commit f32d0ed

Please sign in to comment.