Skip to content

Commit

Permalink
Reduce release size (#135)
Browse files Browse the repository at this point in the history
* removed unused things
* production build installs without devDeps
* use prerelease script
* fix issue with jetpack trying to copy symlinks before original files
* revert to [email protected] due to nw window issue
  • Loading branch information
Rodney G authored Oct 24, 2020
1 parent 5390778 commit 3b56c43
Show file tree
Hide file tree
Showing 15 changed files with 2,427 additions and 1,075 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Thumbs.db
/build/
/releases/
/tmp/
/release_node_modules/
1 change: 0 additions & 1 deletion app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="stylesheet" href="/stylesheets/style.css" />

<!-- Scripts giving you few extra things in NW.js -->
<script src="/vendor/nw-boilerplate/env_config.js"></script>
<script src="/vendor/nw-boilerplate/external_links.js"></script>
<script src="/vendor/nw-boilerplate/window_state.js"></script>

Expand Down
17 changes: 0 additions & 17 deletions app/vendor/nw-boilerplate/env_config.js

This file was deleted.

4 changes: 0 additions & 4 deletions config/env_chrome.json

This file was deleted.

4 changes: 0 additions & 4 deletions config/env_development.json

This file was deleted.

4 changes: 0 additions & 4 deletions config/env_production.json

This file was deleted.

4 changes: 0 additions & 4 deletions config/env_test.json

This file was deleted.

Loading

0 comments on commit 3b56c43

Please sign in to comment.