I was trying the tide-doc tutorial https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md but when I tried to run the website helios pops up but does not load, I am using pharo 3.0 and amber 0.14.2 ? if anybody can help please answer
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Find out why Helios does not load (open browser's development tools and look in console and network tabs).
Of course, have Helios (and all other dependencies in newest versions). It may be that tide uses some deprecated constructs. If that is what fails, make an issue on tide repo. 0.14 cleaned deprecation support. amr ramadan <[hidden email]>napísal/a: I was trying the tide-doc tutorial https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md but when I tried to run the website helios pops up but does not load, I am using pharo 3.0 and amber 0.14.2 ? if anybody can help please answer
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
showdown.js is not found that is the only thing not working any help?
-- On Monday, January 19, 2015 at 11:39:35 AM UTC+2, Herby wrote: Find out why Helios does not load (open browser's development tools and look in console and network tabs). You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by amr ramadan
Showdown is standard dependency of Helios. If you do everything right (bower install, grunt devel and all the things) it must be there.
Maybe someone related to tide can give more help. amr ramadan <[hidden email]>napísal/a: showdown.js is not found that is the only thing not working any help?
-- On Monday, January 19, 2015 at 11:39:35 AM UTC+2, Herby wrote: Find out why Helios does not load (open browser's development tools and look in console and network tabs). You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
we found the source of the error was bower in helios it is looking for "showdown.js" while the file name is "Showdown.js" making "showdown.js" not found
-- On Monday, January 19, 2015 at 12:07:29 PM UTC+2, Herby wrote: Showdown is standard dependency of Helios. If you do everything right (bower install, grunt devel and all the things) it must be there. You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
That is strange, as no one actually had this error before; the file was always installed as 'showdown.js'. From what source did you get 'Showdown.js'? Did bower installed in with capital at the beginning?
amr ramadan wrote: > we found the source of the error was bower in helios it is looking for > "showdown.js" while the file name is "Showdown.js" making > "showdown.js" not found > > > On Monday, January 19, 2015 at 12:07:29 PM UTC+2, Herby wrote: > > Showdown is standard dependency of Helios. If you do everything > right (bower install, grunt devel and all the things) it must be > there. > > Maybe someone related to tide can give more help. > > amr ramadan <[hidden email] <javascript:>>napísal/a: > > showdown.js is not found that is the only thing not working any help? > > On Monday, January 19, 2015 at 11:39:35 AM UTC+2, Herby wrote: > > Find out why Helios does not load (open browser's development > tools and look in conso > > Of course, have Helios (and all other dependencies in newest > versions). > > It may be that tide uses some deprecated constructs. If that > is what fails, make an issue on tide repo. 0.14 cleaned > deprecation support. > > amr ramadan <[hidden email]>napísal/a: > > I was trying the tide-doc tutorial > https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md > <https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md> > but when I tried to run the website helios pops up but does > not load, I am using pharo 3.0 and amber 0.14.2 ? if anybody > can help please answer > > -- > You received this message because you are subscribed to the > Google Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from > it, send an email to amber-lang+...@goog > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > You received this message because you are subscribed to the Google > Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to [hidden email] <javascript:>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > You received this message because you are subscribed to the Google > Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email] > <mailto:[hidden email]>. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Herby Vojčík
Yes, and I had to change it manually.
-- On Monday, January 19, 2015 at 11:39:35 AM UTC+2, Herby wrote: Find out why Helios does not load (open browser's development tools and look in console and network tabs). You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |