-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compilation error with ** (EXIT) no process #5
Comments
I've got same error with 0.7.2 and 0.7.3... |
+1 |
Hmm. Application.ensure_all_started :sitemap But this deal is no good due to README.md has given you guys a misunderstanding. I'm sorry that. If you might use If you might use defmodule MyApp.Sitemap do
use Sitemap
alias MyApp.{Endpoint, Router.Helpers}
def dosomething do
create do
add Helpers.page_path(Endpoint, :index),
priority: 0.5, changefreq: "hourly", expires: nil
end
ping()
end
end Anyway, I will fix README.md later. Thanks noticed. |
I'm using Phoenix, getting this error during compilation:
I have verified that
:sitemap
is already in my:applications
list.Any clues what's missing here? Thanks!
The text was updated successfully, but these errors were encountered: