Skip to content

Commit

Permalink
Ensure Javascript dir is included in plugin
Browse files Browse the repository at this point in the history
kylemhall committed Jul 12, 2018
1 parent 98c05bd commit 86c7a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ gulp.task('build', () => {
run(`
mkdir dist ;
cp -r Koha dist/. ;
cp -r JavaScript dist/. ;
sed -i -e "s/{VERSION}/${package_json.version}/g" ${pm_file_path_full_dist} ;
sed -i -e "s/1900-01-01/${today}/g" ${pm_file_path_full_dist} ;
cd dist ;

0 comments on commit 86c7a69

Please sign in to comment.