First I will provide some examples:
Both examples of some online compilers create the same result from the same input.
If I take the input, put it into my coffee file and compile it using laravel-elixir, I get this:
(function() {
(function($) {})(jQuery);
}).call(this);
Can someone please tell me why?
It's not that I am unable to work with (Some major testings worked very well), but I want to understand the outcome and what I did wrong.
HINT: I know I am using Elixir on top of Gulp. I didn't check what will happen with i compile my coffee with another Gulp Addon instead of Elixir. The thing is: I will use Elixir and want to know what's different.
If possible, I want to get elixir to produce the expected output like in 1. and 2.