-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance of getting this working in JSPM? #31
Comments
I will look into it. The problem is that |
Ok I have figured it all out. |
yes please I am interested, I struggled the whole day trying to make it work. The source of trouble was mostly TypeScript because of its way of handling modules. I hope things will improve with 2.0. |
Hi, |
@icarito I actually installed a custom riot-ts typing for typings, that points to nippur's version of the riot-ts typing. Take a look at http://stackoverflow.com/questions/37641960/typescript-how-to-define-custom-typings-for-installed-npm-package My typings file:
You should only have to include the typings once in your main bundle, all other modules should "see" the references. Good luck! |
@icarito I just pushed a PR to the examples repo with a working webpack example. /cc @sidouglas |
@sandrokeil thank you a lot, as I learn I will try to be helpful in any way I can! @sidouglas thanks for your help as well! you sent me looping in another round of tooling uncertainty, for now I'll stick to webpack but I appreciate you sharing your experience! |
@icarito yes stick to webpack for new projects. Laravel Elixir now supports webpack, so at some stage I will change over. |
Related stackoverflow question: http://stackoverflow.com/questions/37535057/riotts-riot-ts-and-jspm-anyone-got-it-working-together
The text was updated successfully, but these errors were encountered: