dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
31 stars 3 forks source link

Replace Brunch with webpack #132

Open RobStallion opened 5 years ago

RobStallion commented 5 years ago

Phoenix version 1.4 uses brunch in place of webpack. During the update , #124, of Phoenix 1.3 to 1.4 this step was skipped as it is optional.

Opening this issue as a place to discuss if we need to replace webpack.

nelsonic commented 5 years ago

@RobStallion I feel that this project doesn't need webpack. I would remove all forms of front-end compilation.

RobStallion commented 5 years ago

I was thinking that may be that case after your comment here about todo. I wanted to look into todo a little more before discussing how the two may connect to one another.

Unfortunately todo currently has an internal server error which has slowed things down a little.

nelsonic commented 5 years ago

@RobStallion https://github.com/dwyl/tudo needs a complete overhaul. For now, focus on extracting the issue Data from GitHub and storing it in a PostgreSQL database/table.