0

On my Mac localhost, in admin - store - configurations, I changed my css compilation to client side configuration in advanced and now everything is fried and I can't get back. This is the result: FileError: 'http://127.0.0.1/Magento/pub/static/version1489371700/_cache/merged/source/_responsive.less' wasn't found (404) in db6b6fc668e0d14d1ee9a8f367faf3db.css on line 30, column 1:

29 @import 'source/components/_rules-temp.less';

30 @import 'source/_responsive.less';

31 /* The above import directives are aggregated from content. */

asked Mar 13, 2017 at 3:31
1
  • In your Magento root directory run this php bin/magento setup:static-content:deploy, also run on developer mode. Commented Mar 13, 2017 at 9:00

1 Answer 1

0

In your Magento root directory set your site in developer mode and run this command:

php bin/magento setup:static-content:deploy

answered Mar 15, 2017 at 7:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.