Martín Ciparelli
Martín Ciparelli
I suppose that should need to be written. Take a look at [co-cat](https://github.com/juliangruber/co-cat) which is useful to concatenate strings and could be used as a guide to write a module...
My bet is it would, but I haven't tried it myself honestly.
I have several nested stack navigators. For most of them, since we cannot remove headers I'm hiding them via styles in Android. Unfortunately I get a stack of headers in...
@tj approach didn't work for me :(
I would still consider calling some Traceur API to recursively load dependencies (`recursiveModuleCompileToSingleFile`?). That would allow `grunt-traceur` users to specify a source file as an _entrance_ to their application and...
@aaronfrost would you prefer this concat to happen automatically when it detects `src > 1` or should the user specify a `concat` option? Would you warn in console to the...
I can tell you for sure that this plugin has no specific option for not writting that line in the output file. However there might be one traceur option that...
I'm not sure such thing is possible using Traceur. We rely the sourcemap line on Traceur, we do not write it ourselves, and I'd like to keep it like that....
To use with RequireJS you need to use `modules: 'amd'` option.