saravanak

Results 4 comments of saravanak

I want to have a go at this. I have this in `blueprints/addon/index.js`, which moves the generated ember-cli-build to the correct location, cool! ```diff fileMap: { .... '^addon-config/ember-try.js': 'config/ember-try.js', +...

_bump_. Steps to replicate: 1. `middleman init --template=blog` 2. Add `gem "middleman-navtree"` to gemfile 3. `bundle install` 4. Open `./source/2012-01-01-example-article.html.markdown.erb` and add `` in there. 5. `activate :navtree` in config.rb...

Found the issue. The reason was the `layout.erb` file was included in the `tree.yaml` that was generated. while trying to call `discover_title` for `layout.erb`, the page object comes as `nil`....

@bryanbraun , is there a reason why you implemented tree generation using the `scan_directory` ? The `Resource` object, as specified in [here](https://middlemanapp.com/advanced/sitemap/) has the `parent`, `children` and `siblings` accessors, using...