Skip to content

Commit

Permalink
Remove random stuff until it works
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 17, 2024
1 parent a3f09c2 commit 6c62b70
Show file tree
Hide file tree
Showing 10 changed files with 586 additions and 6,995 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'rails', '~> 6.0'
# Use Puma as the app server
gem 'puma', '< 6'

gem "webpacker"
# Use SCSS for stylesheets
gem 'sassc-rails'
# Use Uglifier as compressor for JavaScript assets
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Onze huisgemaakte factuurgeneratie-applicatie.
7. Browse to `http://localhost:3000`

## Deployment
Run `bundle exec cap production deploy`
1. Push changes to `master` on GitHub
2. Run `bundle exec cap production deploy` locally from your device

## Testen
Run `bundle exec rake`
Expand Down
18 changes: 0 additions & 18 deletions app/javascript/packs/application.js

This file was deleted.

82 changes: 0 additions & 82 deletions babel.config.js

This file was deleted.

18 changes: 0 additions & 18 deletions bin/webpack

This file was deleted.

18 changes: 0 additions & 18 deletions bin/webpack-dev-server

This file was deleted.

92 changes: 0 additions & 92 deletions config/webpacker.yml

This file was deleted.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dependencies": {
"@rails/webpacker": "5.4.3",
"electron-pdf": "^15.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^3"
"electron-pdf": "^15.0.0"
}
}
12 changes: 0 additions & 12 deletions postcss.config.js

This file was deleted.

Loading

0 comments on commit 6c62b70

Please sign in to comment.