Sign inSign up

magesuite/bundle-theme-js

By magesuite

Updated almost 7 years ago

Dockerized MageSuite MagePack advanced JS asset bundler for Magento

Image
0

1.9K

magesuite/bundle-theme-js repository overview

Dockerized MageSuite MagePack advanced JS asset bundler for Magento

A dockerized execution environment to make your build system clean of unnecessary dependencies.

Caution! Avoid using the docker :latest tag as it might be unusable, use :stable instead as it's built from the stable tagged versions.

Prerequisites

  • Make sure that your magepack configuration is present in the project's root directory in file named exactly build.js.
  • Before running this command your Magento static assets should already be deployed and present in the subdirectory pub/static/frontend/{name-of-your-theme-vendor}.

Usage

Go to the root directory of your Magento project and execute:

docker run -v ${PWD}:/workdir  -u $(id -u `whoami`):$(id -g `whoami`) magesuite/bundle-theme-js:stable "{name-of-your-theme-vendor}"

Tag summary

Content type

Image

Digest

Size

25 MB

Last updated

almost 7 years ago

docker pull magesuite/bundle-theme-js