2017 © Pedro Peláez
 

craft-plugin craft-twig-webpack-extension

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

image

oscarbarrett/craft-twig-webpack-extension

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  • Tuesday, May 29, 2018
  • by OscarBarrett
  • Repository
  • 1 Watchers
  • 3 Stars
  • 405 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 113 % Grown

The README.md

Twig Webpack Extension plugin for Craft CMS 3.x

A plugin that provides https://github.com/fullpipe/twig-webpack-extension, (*1)

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later., (*2)

Installation

To install the plugin, follow these instructions., (*3)

  1. Open your terminal and go to your Craft project:, (*4)

    cd /path/to/project
  2. Then tell Composer to load the plugin:, (*5)

    composer require OscarBarrett/craft-twig-webpack-extension
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Twig Webpack Extension., (*6)

Configuration

Create a file at craft/config/twig-webpack-extension.php., (*7)

If your assets and manifest are in the same directory, simply set outputDir:, (*8)

return [
    'outputDir' => '<outputDir>'
];

Alternatively, you can set each parameter separately:, (*9)

return [
    'manifestPath' => <outputDir>/manifest.json',
    'jsPath' => '<jsOutputDir>/',
    'cssPath' => '<cssOutputDir>/'
];

The plugin can also be configured from the CMS., (*10)

Usage

See https://github.com/fullpipe/twig-webpack-extension, (*11)

The Versions

29/05 2018

dev-master

9999999-dev

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

29/05 2018

1.0.3

1.0.3.0

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

01/03 2018

dev-test/basePath-issue

dev-test/basePath-issue

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

28/02 2018

1.0.2

1.0.2.0

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

28/02 2018

dev-craft-2

dev-craft-2

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

23/02 2018

1.0.1

1.0.1.0

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension

23/02 2018

1.0.0

1.0.0.0

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

  Sources   Download

MIT

The Requires

 

twig cms craftcms craft-plugin craft webpack manifest twig-webpack-extension