Magento 2.1.5 – Fixing Missing Version Folder During Static Content Deploy

magento2magento2.1.5

I have installed latest magento version 2.1.5 and configured it.

It works fine but once we run the

php bin/magento setup:static-content:deploy

Command, it doesn't create the version folder as expected.

I can see by viewing source that the content is being called via particular version like below:

http://127.0.0.1/magento215/pub/static/**version1489125606**/frontend/Magento/luma/en_US/css/styles-l.css

But in pub static the folder "version1489125606" is missing.

All the files are reside directly in pub/static folder. Is there any setting to get it update?

Best Answer

Hello Himmat log in admin

then go to store->configuartion->Advanced->Developer->Static File Setting

and Sign Static Files set values to no

Related Topic