You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I missed something important, but the instructions and source code seem to indicate the mix task sentinel.gen.views should exist. I get the following error when I try to use it.
** (Mix) The task "sentinel.gen.views" could not be found
The task does not exist in deps/sentinel/lib/mix/tasks/.
The text was updated successfully, but these errors were encountered:
Currently master and the latest hex release have diverged, I'm working on a few more changes before the next release because the next hex release will contain breaking changes, and I want to get all of the breaking changes that are on the immediate horizon out of the way. Sorry about the confusion.
Thank you for the clarification. It probably makes sense to use a feature branch for divergent development in the future. Putting a warning at the top of the README is another alternative, depending on how you want to run the project.
Yeah, in the future master will remain up to date with the latest hex release, and a dev or version branch will contain the changes. Again, sorry about the confusion.
Maybe I missed something important, but the instructions and source code seem to indicate the mix task
sentinel.gen.views
should exist. I get the following error when I try to use it.The task does not exist in
deps/sentinel/lib/mix/tasks/
.The text was updated successfully, but these errors were encountered: