Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Makefile #173

Merged
merged 5 commits into from
Jan 31, 2020
Merged

Adding a Makefile #173

merged 5 commits into from
Jan 31, 2020

Conversation

rdegges
Copy link
Contributor

@rdegges rdegges commented Jan 29, 2020

This will use Docker to make working with the blog much simpler.

* origin/master:
  Add post Build Single Sign-on in Java (#170)
  Node.js testing thought leadership post
  Tabs > spaces and punctuation
  incorporated @mriable's suggestions
  added pkce spring boot post
  Polishing after review
  Add blog post on Kafka and microservices
  [ImgBot] Optimize images
  [ImgBot] Optimize images
  Add blog post on Angular Material Login
@netlify
Copy link

netlify bot commented Jan 29, 2020

Deploy preview for okta-blog processing.

Building with commit cb55353

https://app.netlify.com/sites/okta-blog/deploys/5e34b49d1d55fa0008a38d79

@mraible
Copy link
Contributor

mraible commented Jan 30, 2020

It seems like we're complicating things. I don't use Docker and the npm commands just work fine for me. Now we're adding a Makefile just to support the Docker commands. Yuck.

@rdegges
Copy link
Contributor Author

rdegges commented Jan 30, 2020

Ya, I'm not 100% sure if this is the right direction. The way I was thinking about it was that: ideally, you'd just use Docker. So maybe using Make (since it's included on every OS) would make it easy so you don't have to remember long Docker commands? IDK.

@mraible
Copy link
Contributor

mraible commented Jan 30, 2020

I don't use Docker. You might be the only one. @leebrandt, @aaronpk, @Quorralyne, @reverentgeek, @dogeared, @bdemers: do y'all use Docker or npm?

@aaronpk
Copy link
Member

aaronpk commented Jan 30, 2020

I don't use Docker, and I don't want to have to use it either lol! I don't care if other people do but I just want to run npm directly.

@rdegges
Copy link
Contributor Author

rdegges commented Jan 30, 2020

Really? I'm a little surprised, heh. It makes it much simpler since the only thing you need installed on your laptop is Docker (nothing special required). It'll handle the install of Ruby/NPM/all the dependencies and everything :o

@leebrandt
Copy link
Contributor

I do use Docker quite extensively.

@rdegges rdegges merged commit 25ed25f into master Jan 31, 2020
@rdegges rdegges deleted the make branch January 31, 2020 23:17
rdegges added a commit that referenced this pull request Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants