Skip to content

Dockerized MageSuite MagePack advanced JS asset bundler for Magento

Notifications You must be signed in to change notification settings

mageops/docker-magento-advanced-js-bundling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}"

About

Dockerized MageSuite MagePack advanced JS asset bundler for Magento

Resources

Stars

Watchers

Forks

Packages

No packages published