code0100fun / ember-cli-hbars

HAML templates for Ember CLI
6 stars 1 forks source link

hbars on addon/templates don't works #3

Open dukex opened 9 years ago

dukex commented 9 years ago

ember-cli-hbars dont compile hbar files when them is in addon/template directory

Repo: https://github.com/dukex/hbars-addon-test

The addon: https://github.com/dukex/hbars-addon-test/tree/master/node_modules/my_hbars_addon/addon

Without hbars: screenshot from 2015-07-02 13 15 06


With hbars: screenshot from 2015-07-02 13 18 49

code0100fun commented 9 years ago

I'm working on fixing this. Will have some down time this week to dedicate to it.

dukex commented 9 years ago

Nice @code0100fun, I don't know if help you but...

  1. The build runs correctly in https://github.com/code0100fun/ember-cli-hbars/blob/master/index.js#L18 (correcly meaning runs to addon templates and to app templates)
  2. The build runs only to app template in https://github.com/ember-cli/ember-cli-htmlbars/blob/master/index.js#L55