Źmićer Rubinštejn
Źmićer Rubinštejn
`{:passport, git: "https://github.com/elpikel/passport", branch: "Installation-issue-with-Phoenix-1.3.0-RC"}` in deps and get the same issue
https://github.com/phoenixframework/phoenix/blob/v1.3.0-rc.2/lib/mix/tasks/phx.gen.html.ex `Mix.Tasks.Phx.Gen.Html` doesn't have `build` function. As I see that should be changed to `Mix.Tasks.Phx.Gen.Context`
Was searching where to put the exclude so: ``` javascript wiredep: { app: { src: ['/index.html'], exclude: ['bower_components/bootstrap-sass-official/assets/javascripts'], ignorePath: /\.\.\// }, sass: { src: ['/styles/{,*/}*.{scss,sass}'], ignorePath: /(\.\.\/){1,2}bower_components\// } } ```
@essen hi! It seems that you can review and help us to merge this PR! Thank you very much!
@surik great job! @essen @deadtrickster it seems that we are ready for merge?
@essen @deadtrickster @surik It seems that all CI is successfully passed! Good job! So, we are ready for a merge, innit?
http://teamon.eu/2017/thor-like-cli-elixir-macros/
Any updates?
@kaplanelad It improves the installation of a CLI itself. `cargo install loco-cli` is failing for me (hope that not only for me) because of https://github.com/rust-lang/git2-rs/issues/672. git2 is mandatory, while being...
@kaplanelad @jondot any updates, suggestions?