Closed xypaul closed 9 years ago
Ember has it's own little internal module system and that is tripping you up.
If ember was inside your vendor directory, as defined in your mimosa config, it would stop doing that.
Sent from my iPhone
On 2014-10-15 11:03:36 +0000 Paul Knittel notifications@github.com wrote:
Anything I can do to get rid of these annoying messages?
Thanks in advance :+1:
Reply to this email directly or view it on GitHub: https://github.com/dbashford/mimosa/issues/411
This may be a good excuse to whip up a derequire module, eh @brzpegasus? ;)
That wouldn't be a bad idea. I know they were trying to address this issue for 1.8 by running derequire on Ember itself so this wouldn't be a problem anymore. But the derequire module could still be helpful for anyone unable to upgrade. Wait, was I just volunteered? =)
Lol, not really, however, it would probably be easy to whip together.
If I wasn't banging my head against sass source maps...
So as of the latest Ember, Ember 1.8, the defines and requires have been removed and replaced with enifed
s and eriuqer
s.
Given that, I think I'll close this out. mimosa-require won't ding internal defines when they aren't defines anymore. =)
If you (or anyone else) can't upgrade, let me know and I'll look at putting a derequire module together.
Anything I can do to get rid of these annoying messages?
Thanks in advance :+1: