alexspeller / emblem-rails

Emblem.js integration with rails asset pipeline
MIT License
34 stars 21 forks source link

git pull of new .emblem files not compiled #11

Open jasongonzales23 opened 11 years ago

jasongonzales23 commented 11 years ago

Steps we just went through:

1) Dev #1 makes a bunch of emblem templates. They work. Oh joy! 2) Dev #1 commits the stuff that works. 3) Dev #2 pulls, bundles, restarts. 4) Dev #2 gets uncompiled emblem files. Sad face emoticon! 5) Dev #2 in desperation commits a trivial edit to the .emblem files, saves.... and they work! Mitigated joy!

alexspeller commented 11 years ago

Thanks for reporting. I suspect this may be a rails asset pipeline issue not an ember issue, but I will investigate at some point