Last active
December 28, 2015 00:19
-
-
Save ancap/7412315 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stat("/home/luna/www/myapp/public/", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
stat("/home/luna/www/myapp/public/assets/application-58c7c0e35a67f189e19b8c485930e614.css", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/luna/www/myapp/public/assets/application-58c7c0e35a67f189e19b8c485930e614.css.gz", O_RDONLY|O_NONBLOCK) = 11 | |
stat("/home/luna/www/myapp/public/assets/application-67fb624685eb5c3c2d8351122ac368a1.js", {st_mode=S_IFREG|0664, st_size=106238, ...}) = 0 | |
open("/home/luna/www/myapp/public/assets/application-67fb624685eb5c3c2d8351122ac368a1.js.gz", O_RDONLY|O_NONBLOCK) = 12 | |
# /home/luna/www/myapp/public/assets/application-67fb624685eb5c3c2d8351122ac368a1.js deleted | |
stat("/home/luna/www/myapp/public/", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
stat("/home/luna/www/myapp/public/assets/application-58c7c0e35a67f189e19b8c485930e614.css", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 | |
open("/home/luna/www/myapp/public/assets/application-58c7c0e35a67f189e19b8c485930e614.css.gz", O_RDONLY|O_NONBLOCK) = 11 | |
stat("/home/luna/www/myapp/public/assets/application-67fb624685eb5c3c2d8351122ac368a1.js", 0x7fff925b6bc0) = -1 ENOENT (No such file or directory) | |
# /assets/application-67fb624685eb5c3c2d8351122ac368a1.js url return error 404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment