git pull Already up-to-date. git remote -v origin https://github.com/NicolasPetton/amber.git (fetch) origin https://github.com/NicolasPetton/amber.git (push) git show commit c70d83e871a01226f9ee093c3f157d95631e9bea Merge: 07c390b b4e91be Author: Nicolas Petton <[hidden email]> Date: Sat Feb 23 09:31:56 2013 -0800 Merge pull request #361 from mkroehnert/proxy First Application doc says:
--
The js files are there. No st files. The server is saying:
And the "say hello" button doesn't do much. I'll try again from the beginning and see if I messed up somewhere. 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/groups/opt_out. |
Hi Chip, I think you should start fresh from master, instead of cloning my Ludus branch... I haven't updated Ludus for over a year... It's better if you clone master, then just copy-paste the Morphic.js demo code I sent you yesterday into a Workspace, and click on "File In".
Hope it helps! Bernat. 2013/3/1 Chip Nowacek <[hidden email]>
Bernat Romagosa. 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/groups/opt_out. |
My First Application testing is off master, unless I am reading the git output I included incorrectly.
On Friday, March 1, 2013 3:04:59 AM UTC-5, Bernat Romagosa wrote: -- 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/groups/opt_out. |
I tried from scratch. Wiped everything out. Click 'commit' on the Hello object. The js files show up. No st files.
If I'm screwing something up, I hope someone will straighten me out. It all worked the first time I tried it a week or two ago. I guess I'll start going through the code looking for those error messages from the server: path.existsSync is now called `fs.existsSync`. path.exists is now called `fs.exists`. Though I have no idea if doing so will make any difference. I'm expecting someone to get upset with me. I apologize ahead of time -- figuring I'll find out what I am apologizing for when it happens.
-- On Friday, March 1, 2013 5:39:30 AM UTC-5, Chip Nowacek wrote: My First Application testing is off master, unless I am reading the git output I included incorrectly. 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/groups/opt_out. |
Could you report an issue on the tracker?
Nico
-- On Mar 1, 2013, at 2:43 PM, Chip Nowacek <[hidden email]> wrote: I tried from scratch. Wiped everything out. Click 'commit' on the Hello object. The js files show up. No st files. -- Nicolas Petton http://www.nicolas-petton.fr 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/groups/opt_out. |
In reply to this post by Chip Nowacek-2
Chip Nowacek wrote: > I tried from scratch. Wiped everything out. Click 'commit' on the Hello > object. The js files show up. No st files. Did you create st directory? > If I'm screwing something up, I hope someone will straighten me out. It > all worked the first time I tried it a week or two ago. > > I guess I'll start going through the code looking for those error > messages from the server: > > path.existsSync is now called `fs.existsSync`. > path.exists is now called `fs.exists`. Don't bother these. They are just deprecation messages. > Though I have no idea if doing so will make any difference. It won't. > I'm expecting someone to get upset with me. I apologize ahead of time -- > figuring I'll find out what I am apologizing for when it happens. Herby -- 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/groups/opt_out. |
I did create the st directory. I am filing the issue as Nico suggested.
On Friday, March 1, 2013 9:02:17 AM UTC-5, Herby wrote: -- 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/groups/opt_out. |
Hi, I think I have a fix for this. Am 01.03.2013 15:08 schrieb "Chip Nowacek" <[hidden email]>:
-- I did create the st directory. I am filing the issue as Nico suggested. 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/groups/opt_out. |
Free forum by Nabble | Edit this page |