Skip to content

SmthDiff/craft-encore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmthDiff Craft Plugin for Webpack Encore

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:
cd /path/to/project
  1. Then tell Composer to load the plugin:
composer require smthdiff/craft-encore
  1. In the Craft Control Panel, go to Settings → Plugins and click the "Install" button for Webpack Encore.

Configuration

To configure Webpack Encore go to Settings → Plugins → Webpack Encore in the Craft Control Panel.

The available settings are:

  • Asset Path - The path of the asset directory where the project stores the source files
  • Build Path - The path of the asset directory where Webpack Encore stores the compiled files

Usage of Asset Path

/assets/ in project root contains the CSS, JS, Images and Font Files.

Usage of Build Path

/web/build/ in project root contains the CSS, JS, Images and Font Files.

Usage

Add versioned CSS files.

{{ craft.encore.entryLinkTag('app') | raw }}

Add versioned JS files.

{{ craft.encore.entryScriptTag('app') | raw }}

License

Craft Encore is open-sourced software licensed under the MIT license.