summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-September/000554.html
blob: 9284c1040aa7fb9b833f26f9ded9bca8fd38e3a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] Cowboy, relx, and dev mode, oh my!
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%2C%20relx%2C%20and%20dev%20mode%2C%20oh%20my%21&In-Reply-To=%3CCAABECY3fkw2m2wc8CxQh%2BVEZ3waEsgjYUf%3DhQYL3pwA2LUzTFA%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <style type="text/css">
       pre {
           white-space: pre-wrap;       /* css-2.1, curent FF, Opera, Safari */
           }
   </style>
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="000553.html">
   <LINK REL="Next"  HREF="000555.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] Cowboy, relx, and dev mode, oh my!</H1>
    <B>Graham Hay</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%2C%20relx%2C%20and%20dev%20mode%2C%20oh%20my%21&In-Reply-To=%3CCAABECY3fkw2m2wc8CxQh%2BVEZ3waEsgjYUf%3DhQYL3pwA2LUzTFA%40mail.gmail.com%3E"
       TITLE="[99s-extend] Cowboy, relx, and dev mode, oh my!">grahamrhay at gmail.com
       </A><BR>
    <I>Wed Sep 30 18:57:49 CEST 2015</I>
    <P><UL>
        <LI>Previous message: <A HREF="000553.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
        <LI>Next message: <A HREF="000555.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#554">[ date ]</a>
              <a href="thread.html#554">[ thread ]</a>
              <a href="subject.html#554">[ subject ]</a>
              <a href="author.html#554">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE><A HREF="https://www.virtualbox.org/ticket/9069">https://www.virtualbox.org/ticket/9069</A>

Opened 4 years ago :( Maybe I should give VMware some money.

On 24 September 2015 at 15:57, Graham Hay &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">grahamrhay at gmail.com</A>&gt; wrote:

&gt;<i> Yeah, that's how I expected it to work. I'll see if I can identify how
</I>&gt;<i> vagrant is causing me problems.
</I>&gt;<i>
</I>&gt;<i> Didn't know about &quot;make run&quot;, thanks :)
</I>&gt;<i>
</I>&gt;<i> On 24 September 2015 at 15:39, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
</I>&gt;<i>
</I>&gt;&gt;<i> Wait, I'm dumb. These steps also work:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Running the release, opening the website and seeing ohai, editing the
</I>&gt;&gt;<i> file with some extra text, reloading, seeing the extra text.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> On 09/24/2015 04:35 PM, Lo&#239;c Hoguin wrote:
</I>&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Running the release, stopping it, editing the file, running the release
</I>&gt;&gt;&gt;<i> again works here. I suspect something related to Vagrant.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Also I suggest 'make run' rather than your start.sh.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> On 09/23/2015 07:45 PM, Graham Hay wrote:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> I was fiddling with some js, and got tired of restarting the server. I
</I>&gt;&gt;&gt;&gt;<i> was under the
</I>&gt;&gt;&gt;&gt;<i> impression that using dev_mode with relx was the solution to this
</I>&gt;&gt;&gt;&gt;<i> problem, but
</I>&gt;&gt;&gt;&gt;<i> I can't seem to get it to work. I have an example here:
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> <A HREF="https://github.com/grahamrhay/cowboy_devmode">https://github.com/grahamrhay/cowboy_devmode</A>
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> If I look in _rel, the lib folder for my app is a symlink, as expected.
</I>&gt;&gt;&gt;&gt;<i> Yet when I change
</I>&gt;&gt;&gt;&gt;<i> the web page, the rendered page is unchanged. I've tried a hard reload,
</I>&gt;&gt;&gt;&gt;<i> and clearing
</I>&gt;&gt;&gt;&gt;<i> the cache.
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> And, in case that wasn't annoying enough, even restarting the server
</I>&gt;&gt;&gt;&gt;<i> isn't enough!
</I>&gt;&gt;&gt;&gt;<i> Nor is running make again. In fact, the only way I've found of getting
</I>&gt;&gt;&gt;&gt;<i> it to update,
</I>&gt;&gt;&gt;&gt;<i> is to turn off dev mode, and build the release.
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> Am I missing something really obvious? As far as I can tell from
</I>&gt;&gt;&gt;&gt;<i> perusing the code,
</I>&gt;&gt;&gt;&gt;<i> the cowboy static handler just serves the file directly from the file
</I>&gt;&gt;&gt;&gt;<i> system.
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> (P.S. I am using vagrant, but I would expect that to cause errors rather
</I>&gt;&gt;&gt;&gt;<i> than this, if
</I>&gt;&gt;&gt;&gt;<i> the symlink wasn't working.)
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> _______________________________________________
</I>&gt;&gt;&gt;&gt;<i> Extend mailing list
</I>&gt;&gt;&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
</I>&gt;&gt;&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;<i> --
</I>&gt;&gt;<i> Lo&#239;c Hoguin
</I>&gt;&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;&gt;<i> Author of The Erlanger Playbook,
</I>&gt;&gt;<i> A book about software development using Erlang
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150930/ee98f926/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150930/ee98f926/attachment.html</A>&gt;
</PRE>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000553.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
	<LI>Next message: <A HREF="000555.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#554">[ date ]</a>
              <a href="thread.html#554">[ thread ]</a>
              <a href="subject.html#554">[ subject ]</a>
              <a href="author.html#554">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>