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
|
<!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=%3C56040B15.3090702%40ninenines.eu%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="000551.html">
<LINK REL="Next" HREF="000553.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] Cowboy, relx, and dev mode, oh my!</H1>
<B>Loïc Hoguin</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=%3C56040B15.3090702%40ninenines.eu%3E"
TITLE="[99s-extend] Cowboy, relx, and dev mode, oh my!">essen at ninenines.eu
</A><BR>
<I>Thu Sep 24 16:39:17 CEST 2015</I>
<P><UL>
<LI>Previous message: <A HREF="000551.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
<LI>Next message: <A HREF="000553.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#552">[ date ]</a>
<a href="thread.html#552">[ thread ]</a>
<a href="subject.html#552">[ subject ]</a>
<a href="author.html#552">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Wait, I'm dumb. These steps also work:
Running the release, opening the website and seeing ohai, editing the
file with some extra text, reloading, seeing the extra text.
On 09/24/2015 04:35 PM, Loïc Hoguin wrote:
><i> Running the release, stopping it, editing the file, running the release
</I>><i> again works here. I suspect something related to Vagrant.
</I>><i>
</I>><i> Also I suggest 'make run' rather than your start.sh.
</I>><i>
</I>><i> On 09/23/2015 07:45 PM, Graham Hay wrote:
</I>>><i> I was fiddling with some js, and got tired of restarting the server. I
</I>>><i> was under the
</I>>><i> impression that using dev_mode with relx was the solution to this
</I>>><i> problem, but
</I>>><i> I can't seem to get it to work. I have an example here:
</I>>><i>
</I>>><i> <A HREF="https://github.com/grahamrhay/cowboy_devmode">https://github.com/grahamrhay/cowboy_devmode</A>
</I>>><i>
</I>>><i> If I look in _rel, the lib folder for my app is a symlink, as expected.
</I>>><i> Yet when I change
</I>>><i> the web page, the rendered page is unchanged. I've tried a hard reload,
</I>>><i> and clearing
</I>>><i> the cache.
</I>>><i>
</I>>><i> And, in case that wasn't annoying enough, even restarting the server
</I>>><i> isn't enough!
</I>>><i> Nor is running make again. In fact, the only way I've found of getting
</I>>><i> it to update,
</I>>><i> is to turn off dev mode, and build the release.
</I>>><i>
</I>>><i> Am I missing something really obvious? As far as I can tell from
</I>>><i> perusing the code,
</I>>><i> the cowboy static handler just serves the file directly from the file
</I>>><i> system.
</I>>><i>
</I>>><i> (P.S. I am using vagrant, but I would expect that to cause errors rather
</I>>><i> than this, if
</I>>><i> the symlink wasn't working.)
</I>>><i>
</I>>><i>
</I>>><i> _______________________________________________
</I>>><i> Extend mailing list
</I>>><i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
</I>>><i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
</I>>><i>
</I>><i>
</I>
--
Loïc Hoguin
<A HREF="http://ninenines.eu">http://ninenines.eu</A>
Author of The Erlanger Playbook,
A book about software development using Erlang
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000551.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
<LI>Next message: <A HREF="000553.html">[99s-extend] Cowboy, relx, and dev mode, oh my!
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#552">[ date ]</a>
<a href="thread.html#552">[ thread ]</a>
<a href="subject.html#552">[ subject ]</a>
<a href="author.html#552">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>
|