Skip to content

Instantly share code, notes, and snippets.

@ancap
Last active December 28, 2015 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ancap/7412315 to your computer and use it in GitHub Desktop.
Save ancap/7412315 to your computer and use it in GitHub Desktop.
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