Skip to content

Commit

Permalink
removed misc/epubs from the distribution, see #17
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jan 16, 2019
1 parent 6f2cac6 commit a1b0768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package-scripts-bundle.cson
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,13 @@
cpy "./ReadiumCSS/**/*" ./bundle-#ECMASCRIPT#/ --cwd=./dist/ --parents --no-dir &&
cpy "./misc/epubs/*" ./dist/bundle-#ECMASCRIPT#/ --parents &&
npm run bundle-electron-main:#ECMASCRIPT# &&
npm run bundle-electron-renderer:#ECMASCRIPT# &&
npm run bundle-electron-webview-preload:#ECMASCRIPT# &&
rimraf "./dist/bundle-#ECMASCRIPT#/*.js.map"
'
# cpy "./misc/epubs/*" ./dist/bundle-#ECMASCRIPT#/ --parents &&

'bundle-electron-main:#ECMASCRIPT#': '
npm run bundle-browserify-electron-main:#ECMASCRIPT# &&
Expand Down
Loading

0 comments on commit a1b0768

Please sign in to comment.