Closed kraftwer1 closed 11 years ago
Hi, I'm afraid I didn't understand what you mean.
You're having a problem? With what?
Please, can you clarify the situation a little bit?
Thanks
Okay, let's make an example. I have two import directives:
# << models/*
# << controllers/*
But the result is:
document.write('<scri'+'pt src="/toaster/controllers/application_controller.js"></scr'+'ipt>')
document.write('<scri'+'pt src="/toaster/controllers/post_controller.js"></scr'+'ipt>')
document.write('<scri'+'pt src="/toaster/model/application_controller.js"></scr'+'ipt>')
What's wrong?
Hi, you need to use #<< desired/path
or #<< models/*
in your example. :)
More info here: https://github.com/serpentem/coffee-toaster#import-directive
I had one whitespace too much. Thank you!
You're welcome.
First of all, thanks for that great tool!
Question: Could it be that changing the order of directives requires a restart of coffee-toaster?