Magento 2 why always need to run static content deploy every after upgrade? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2.2.5 Css is not generatingmagento2 in production mode Nwdthemes Revslider not workingMagento2 developer mode doesnt generate static files on demandMagento 2 deploy 1 pub static fileStatic Deploy gives errorWhy do i have to always run the commands to clean cache in Magento 2.1.8?Magetno 2 custom theme's css not deploying on production modeMagento 2 custom theme setup:static-content:deploy en_GB on production mode does not work!Why are browsers failing to load some static content?Magento 2.3 Static Content Deployment problem & missing css fileuser error with pub/static folder
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
Assertions In A Mock Callout Test
Converting a text document with special format to Pandas DataFrame
/bin/ls sorts differently than just ls
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
Why do C and C++ allow the expression (int) + 4*5?
Can gravitational waves pass through a black hole?
Married in secret, can marital status in passport be changed at a later date?
Is there a verb for listening stealthily?
Why aren't these two solutions equivalent? Combinatorics problem
Why did Europeans not widely domesticate foxes?
Marquee sign letters
Why does my GNOME settings mention "Moto C Plus"?
Can this water damage be explained by lack of gutters and grading issues?
Are bags of holding fireproof?
When does Bran Stark remember Jamie pushing him?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
Reflections in a Square
Can 'non' with gerundive mean both lack of obligation and negative obligation?
How to ask rejected full-time candidates to apply to teach individual courses?
Does Prince Arnaud cause someone holding the Princess to lose?
What is the definining line between a helicopter and a drone a person can ride in?
Would I be safe to drive a 23 year old truck for 7 hours / 450 miles?
Magento 2 why always need to run static content deploy every after upgrade?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2.2.5 Css is not generatingmagento2 in production mode Nwdthemes Revslider not workingMagento2 developer mode doesnt generate static files on demandMagento 2 deploy 1 pub static fileStatic Deploy gives errorWhy do i have to always run the commands to clean cache in Magento 2.1.8?Magetno 2 custom theme's css not deploying on production modeMagento 2 custom theme setup:static-content:deploy en_GB on production mode does not work!Why are browsers failing to load some static content?Magento 2.3 Static Content Deployment problem & missing css fileuser error with pub/static folder
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm using Magento 2.2.6 version, I already set to developer mode, but when I ran setup:upgrade
, and when I open my Magento project the css and js not loaded.
But after I ran setup:static-content:deploy -f
,it backs to normal.
magento2 static-content-deploy setup-upgrade bin-magento
|
show 3 more comments
I'm using Magento 2.2.6 version, I already set to developer mode, but when I ran setup:upgrade
, and when I open my Magento project the css and js not loaded.
But after I ran setup:static-content:deploy -f
,it backs to normal.
magento2 static-content-deploy setup-upgrade bin-magento
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@TinyDancer if your site have multi store then you need tosetup:static-content:deploy -f
with language. like en_US en_GB
– Chirag Patel
Sep 27 '18 at 5:11
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18
|
show 3 more comments
I'm using Magento 2.2.6 version, I already set to developer mode, but when I ran setup:upgrade
, and when I open my Magento project the css and js not loaded.
But after I ran setup:static-content:deploy -f
,it backs to normal.
magento2 static-content-deploy setup-upgrade bin-magento
I'm using Magento 2.2.6 version, I already set to developer mode, but when I ran setup:upgrade
, and when I open my Magento project the css and js not loaded.
But after I ran setup:static-content:deploy -f
,it backs to normal.
magento2 static-content-deploy setup-upgrade bin-magento
magento2 static-content-deploy setup-upgrade bin-magento
edited 3 hours ago
magefms
2,8152528
2,8152528
asked Sep 27 '18 at 4:41
Tiny DancerTiny Dancer
398212
398212
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@TinyDancer if your site have multi store then you need tosetup:static-content:deploy -f
with language. like en_US en_GB
– Chirag Patel
Sep 27 '18 at 5:11
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18
|
show 3 more comments
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@TinyDancer if your site have multi store then you need tosetup:static-content:deploy -f
with language. like en_US en_GB
– Chirag Patel
Sep 27 '18 at 5:11
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@TinyDancer if your site have multi store then you need to
setup:static-content:deploy -f
with language. like en_US en_GB– Chirag Patel
Sep 27 '18 at 5:11
@TinyDancer if your site have multi store then you need to
setup:static-content:deploy -f
with language. like en_US en_GB– Chirag Patel
Sep 27 '18 at 5:11
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18
|
show 3 more comments
3 Answers
3
active
oldest
votes
The static view files deployment command enables you to write static files to the Magento file system when the Magento software is set for production mode.
The term static view file refers to the following:
- “Static” means it can be cached for a site (that is, the file is not
dynamically generated). Examples include images and CSS generated
from LESS. - “View” refers to the presentation layer (from MVC).
Static view file deployment is affected by Magento modes as follows:
Default and developer modes: Magento generates them on demand, but
the rest are cached in a file for speed of access.
Production mode: Static files are not generated or cached.
Solution
However, it only requires mode
to be set to the developer in your case.
bin/magento deploy:mode:set developer
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
add a comment |
How to view static content deploy errors in Magento 2?
Magento users when running php bin/magento setup:static-content:deploy have had some errors in their theme and they have to go through all the LESS file to check for errors manually. In fact, there are several types of errors that can be triggered by the deployment.
First you can see that Exception is handled directly in the execution
in Magento/Deploy/Console/Command/DeployStaticContentCommand.php:
catch (Exception $e)
$output->writeln('<error>' . $e->getMessage() . '</error>>');
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE)
$output->writeln($e->getTraceAsString());
return;
To regard the errors that are counted, you need to look into the Magento/Deploy/Model/Deployer
class, and the output you got is written by the deploy() method:
$this->output->writeln("nSuccessful: $this->count files; errors: $this->errorCountn---n");
Now if you check when this errorCount variable is incremented, we will find the in the deployFile() method as below:
catch (Exception $exception)
$this->output->write('.');
$this->verboseLog($exception->getTraceAsString());
$this->errorCount++;
And the verboseLog() method will just outputs when the command is run on verbose mode:
private function verboseLog($message)
if ($this->output->isVerbose())
$this->output->writeln($message);
And then you need to run following command to see the errors:
php bin/magento setup:static-content:deploy -v
If it doesn't work, you will try the extra verbose:
php bin/magento setup:static-content:deploy -vv
php bin/magento setup:static-content:deploy -vvv
add a comment |
setup:upgrade cleans all the files in the directories
- /generated/code/
- /generated/metadata/
- /pub/static/
- and also deletes file deployed_version.txt
however force deploy - php bin/magento setup:static-content:deploy -f
in developer mode regenerates all the above folders and files and recreates
- /pub/static/deployed_version.txt back again along with
- /var/view_preprocessed
hope this helps
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f244017%2fmagento-2-why-always-need-to-run-static-content-deploy-every-after-upgrade%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The static view files deployment command enables you to write static files to the Magento file system when the Magento software is set for production mode.
The term static view file refers to the following:
- “Static” means it can be cached for a site (that is, the file is not
dynamically generated). Examples include images and CSS generated
from LESS. - “View” refers to the presentation layer (from MVC).
Static view file deployment is affected by Magento modes as follows:
Default and developer modes: Magento generates them on demand, but
the rest are cached in a file for speed of access.
Production mode: Static files are not generated or cached.
Solution
However, it only requires mode
to be set to the developer in your case.
bin/magento deploy:mode:set developer
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
add a comment |
The static view files deployment command enables you to write static files to the Magento file system when the Magento software is set for production mode.
The term static view file refers to the following:
- “Static” means it can be cached for a site (that is, the file is not
dynamically generated). Examples include images and CSS generated
from LESS. - “View” refers to the presentation layer (from MVC).
Static view file deployment is affected by Magento modes as follows:
Default and developer modes: Magento generates them on demand, but
the rest are cached in a file for speed of access.
Production mode: Static files are not generated or cached.
Solution
However, it only requires mode
to be set to the developer in your case.
bin/magento deploy:mode:set developer
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
add a comment |
The static view files deployment command enables you to write static files to the Magento file system when the Magento software is set for production mode.
The term static view file refers to the following:
- “Static” means it can be cached for a site (that is, the file is not
dynamically generated). Examples include images and CSS generated
from LESS. - “View” refers to the presentation layer (from MVC).
Static view file deployment is affected by Magento modes as follows:
Default and developer modes: Magento generates them on demand, but
the rest are cached in a file for speed of access.
Production mode: Static files are not generated or cached.
Solution
However, it only requires mode
to be set to the developer in your case.
bin/magento deploy:mode:set developer
The static view files deployment command enables you to write static files to the Magento file system when the Magento software is set for production mode.
The term static view file refers to the following:
- “Static” means it can be cached for a site (that is, the file is not
dynamically generated). Examples include images and CSS generated
from LESS. - “View” refers to the presentation layer (from MVC).
Static view file deployment is affected by Magento modes as follows:
Default and developer modes: Magento generates them on demand, but
the rest are cached in a file for speed of access.
Production mode: Static files are not generated or cached.
Solution
However, it only requires mode
to be set to the developer in your case.
bin/magento deploy:mode:set developer
answered Sep 27 '18 at 5:02
AadityaAaditya
4,45621139
4,45621139
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
add a comment |
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
i already in developer mode
– Tiny Dancer
Sep 27 '18 at 5:10
add a comment |
How to view static content deploy errors in Magento 2?
Magento users when running php bin/magento setup:static-content:deploy have had some errors in their theme and they have to go through all the LESS file to check for errors manually. In fact, there are several types of errors that can be triggered by the deployment.
First you can see that Exception is handled directly in the execution
in Magento/Deploy/Console/Command/DeployStaticContentCommand.php:
catch (Exception $e)
$output->writeln('<error>' . $e->getMessage() . '</error>>');
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE)
$output->writeln($e->getTraceAsString());
return;
To regard the errors that are counted, you need to look into the Magento/Deploy/Model/Deployer
class, and the output you got is written by the deploy() method:
$this->output->writeln("nSuccessful: $this->count files; errors: $this->errorCountn---n");
Now if you check when this errorCount variable is incremented, we will find the in the deployFile() method as below:
catch (Exception $exception)
$this->output->write('.');
$this->verboseLog($exception->getTraceAsString());
$this->errorCount++;
And the verboseLog() method will just outputs when the command is run on verbose mode:
private function verboseLog($message)
if ($this->output->isVerbose())
$this->output->writeln($message);
And then you need to run following command to see the errors:
php bin/magento setup:static-content:deploy -v
If it doesn't work, you will try the extra verbose:
php bin/magento setup:static-content:deploy -vv
php bin/magento setup:static-content:deploy -vvv
add a comment |
How to view static content deploy errors in Magento 2?
Magento users when running php bin/magento setup:static-content:deploy have had some errors in their theme and they have to go through all the LESS file to check for errors manually. In fact, there are several types of errors that can be triggered by the deployment.
First you can see that Exception is handled directly in the execution
in Magento/Deploy/Console/Command/DeployStaticContentCommand.php:
catch (Exception $e)
$output->writeln('<error>' . $e->getMessage() . '</error>>');
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE)
$output->writeln($e->getTraceAsString());
return;
To regard the errors that are counted, you need to look into the Magento/Deploy/Model/Deployer
class, and the output you got is written by the deploy() method:
$this->output->writeln("nSuccessful: $this->count files; errors: $this->errorCountn---n");
Now if you check when this errorCount variable is incremented, we will find the in the deployFile() method as below:
catch (Exception $exception)
$this->output->write('.');
$this->verboseLog($exception->getTraceAsString());
$this->errorCount++;
And the verboseLog() method will just outputs when the command is run on verbose mode:
private function verboseLog($message)
if ($this->output->isVerbose())
$this->output->writeln($message);
And then you need to run following command to see the errors:
php bin/magento setup:static-content:deploy -v
If it doesn't work, you will try the extra verbose:
php bin/magento setup:static-content:deploy -vv
php bin/magento setup:static-content:deploy -vvv
add a comment |
How to view static content deploy errors in Magento 2?
Magento users when running php bin/magento setup:static-content:deploy have had some errors in their theme and they have to go through all the LESS file to check for errors manually. In fact, there are several types of errors that can be triggered by the deployment.
First you can see that Exception is handled directly in the execution
in Magento/Deploy/Console/Command/DeployStaticContentCommand.php:
catch (Exception $e)
$output->writeln('<error>' . $e->getMessage() . '</error>>');
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE)
$output->writeln($e->getTraceAsString());
return;
To regard the errors that are counted, you need to look into the Magento/Deploy/Model/Deployer
class, and the output you got is written by the deploy() method:
$this->output->writeln("nSuccessful: $this->count files; errors: $this->errorCountn---n");
Now if you check when this errorCount variable is incremented, we will find the in the deployFile() method as below:
catch (Exception $exception)
$this->output->write('.');
$this->verboseLog($exception->getTraceAsString());
$this->errorCount++;
And the verboseLog() method will just outputs when the command is run on verbose mode:
private function verboseLog($message)
if ($this->output->isVerbose())
$this->output->writeln($message);
And then you need to run following command to see the errors:
php bin/magento setup:static-content:deploy -v
If it doesn't work, you will try the extra verbose:
php bin/magento setup:static-content:deploy -vv
php bin/magento setup:static-content:deploy -vvv
How to view static content deploy errors in Magento 2?
Magento users when running php bin/magento setup:static-content:deploy have had some errors in their theme and they have to go through all the LESS file to check for errors manually. In fact, there are several types of errors that can be triggered by the deployment.
First you can see that Exception is handled directly in the execution
in Magento/Deploy/Console/Command/DeployStaticContentCommand.php:
catch (Exception $e)
$output->writeln('<error>' . $e->getMessage() . '</error>>');
if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE)
$output->writeln($e->getTraceAsString());
return;
To regard the errors that are counted, you need to look into the Magento/Deploy/Model/Deployer
class, and the output you got is written by the deploy() method:
$this->output->writeln("nSuccessful: $this->count files; errors: $this->errorCountn---n");
Now if you check when this errorCount variable is incremented, we will find the in the deployFile() method as below:
catch (Exception $exception)
$this->output->write('.');
$this->verboseLog($exception->getTraceAsString());
$this->errorCount++;
And the verboseLog() method will just outputs when the command is run on verbose mode:
private function verboseLog($message)
if ($this->output->isVerbose())
$this->output->writeln($message);
And then you need to run following command to see the errors:
php bin/magento setup:static-content:deploy -v
If it doesn't work, you will try the extra verbose:
php bin/magento setup:static-content:deploy -vv
php bin/magento setup:static-content:deploy -vvv
answered Sep 27 '18 at 5:30
Chirag PatelChirag Patel
2,648423
2,648423
add a comment |
add a comment |
setup:upgrade cleans all the files in the directories
- /generated/code/
- /generated/metadata/
- /pub/static/
- and also deletes file deployed_version.txt
however force deploy - php bin/magento setup:static-content:deploy -f
in developer mode regenerates all the above folders and files and recreates
- /pub/static/deployed_version.txt back again along with
- /var/view_preprocessed
hope this helps
New contributor
add a comment |
setup:upgrade cleans all the files in the directories
- /generated/code/
- /generated/metadata/
- /pub/static/
- and also deletes file deployed_version.txt
however force deploy - php bin/magento setup:static-content:deploy -f
in developer mode regenerates all the above folders and files and recreates
- /pub/static/deployed_version.txt back again along with
- /var/view_preprocessed
hope this helps
New contributor
add a comment |
setup:upgrade cleans all the files in the directories
- /generated/code/
- /generated/metadata/
- /pub/static/
- and also deletes file deployed_version.txt
however force deploy - php bin/magento setup:static-content:deploy -f
in developer mode regenerates all the above folders and files and recreates
- /pub/static/deployed_version.txt back again along with
- /var/view_preprocessed
hope this helps
New contributor
setup:upgrade cleans all the files in the directories
- /generated/code/
- /generated/metadata/
- /pub/static/
- and also deletes file deployed_version.txt
however force deploy - php bin/magento setup:static-content:deploy -f
in developer mode regenerates all the above folders and files and recreates
- /pub/static/deployed_version.txt back again along with
- /var/view_preprocessed
hope this helps
New contributor
edited 3 hours ago
New contributor
answered 3 hours ago
admin luxeronadmin luxeron
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f244017%2fmagento-2-why-always-need-to-run-static-content-deploy-every-after-upgrade%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What mode are you running Magento 2 in?
– Aaditya
Sep 27 '18 at 4:49
@AdityaShah im in developer mode already, but my layout always broken after setup:upgrade , i need to run static-content:deploy
– Tiny Dancer
Sep 27 '18 at 5:06
@TinyDancer if your site have multi store then you need to
setup:static-content:deploy -f
with language. like en_US en_GB– Chirag Patel
Sep 27 '18 at 5:11
It might be problem is related to grunt.js
– Chirag Patel
Sep 27 '18 at 5:12
@ChiragPatel i just installed the magento 2.2.6 with sample data, and it always make my page broken after setup:upgrade
– Tiny Dancer
Sep 27 '18 at 5:18