elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
155 stars 49 forks source link

Fix build + make it friendly for ElixirSchool contributors #190

Closed eksperimental closed 2 years ago

eksperimental commented 2 years ago

First, it adds content as Phony, otherwise, if the folder was present it was not getting rebuilt. Then it adapts the conetntn command for testing locally. Allowing to run make content and pick up the changes when running locally.

eksperimental commented 2 years ago

Ideally we should make a task named content_update which runs rsync or git fetch depending on ENV