Frontend development workflow
The Frontend Development Workflow type determines if Less compilation takes place on the client- or server side during development. Less is an extension of CSS that has additional features and conventions, and that produces streamlined code. Client-side Less compilation is recommended for theme development. Server-side compilation is the default mode. The development workflow options are not available for stores in production mode.
See Client-side LESS compilation vs. server-side in the Commerce developer documentation.
-
On the Admin sidebar, go to Stores > Settings > Configuration.
-
In the left panel, expand Advanced and choose Developer.
-
Expand
-
Set Workflow Type to one of the following:
Client side less compilation
- Compilation takes place in the browser using the nativeless.js
library.Server side less compilation
- Compilation takes place on the server using the Less PHP library. This is the default mode for production.
-
When complete, click Save Config.
Static file signatures
Adding a digital signature to the URL of static files makes it possible for browsers to detect when a newer version of the file is available. Static files that can be tracked with digital signatures include JavaScript, CSS, images, and fonts. The signature is appended to the path directly after the base URL. If a file’s signature differs from what is stored in the browser’s cache, then the newer version of the file is used.
See Static content signing in the Commerce developer documentation.
For a detailed list of the configuration settings, see Static File Settings in the Configuration Reference.
To enable signed static files:
-
On the Admin sidebar, go to Stores > Settings > Configuration.
-
In the left panel, expand Advanced and choose Developer.
-
Expand
-
Set Sign Static Files to
Yes
. -
When complete, click Save Config.