elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
370 stars 33 forks source link

Grunt flag not working #156

Closed stones closed 10 years ago

stones commented 10 years ago

When i try to create a grunt enabled project i get an error.

mix weber.new test --grunt
** (FunctionClauseError) no function clause matching in Mix.Tasks.Weber.New.run/1
    lib/mix/tasks/weber.ex:47: Mix.Tasks.Weber.New.run(["test", "--grunt"])
    /private/tmp/elixir-099i/elixir-0.12.1/lib/mix/lib/mix/cli.ex:58: Mix.CLI.run_task/2
    src/elixir_lexical.erl:17: :elixir_lexical.run/2
    /private/tmp/elixir-099i/elixir-0.12.1/lib/elixir/lib/code.ex:301: Code.require_file/2

I have looked through weber.ex code and there is no option for grunt.

Am I on the wrong version?

stones commented 10 years ago

Sorry. It looks like @slogsdon had the same issue and it was something with his install.

Will investigate.