Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade build process #68

Open
bmuenzenmeyer opened this issue Aug 10, 2017 · 1 comment
Open

Upgrade build process #68

bmuenzenmeyer opened this issue Aug 10, 2017 · 1 comment
Milestone

Comments

@bmuenzenmeyer
Copy link
Member

Webpack would likely be the preferred method.

@bmuenzenmeyer bmuenzenmeyer added this to the vNext milestone Aug 10, 2017
@sghoweri
Copy link

@bmuenzenmeyer perhaps have two separate tasks regarding the build and Webpack?

One regarding the build and config itself (ie this one) and the other (new issue) being the JavaScript module refactoring required to get things to be more in line with CommonJS or ES6 (ex. modules explicitly import their own required dependencies and export any exposed functions, etc)

Ex. regarding the JS modules themselves (to make things easier to upgrade or refactor): https://github.com/drupal-pattern-lab/styleguidekit-assets-default/tree/feature/modernize-patternlab-js/src/scripts

And adding Webpack to the build (configs in the root): https://github.com/drupal-pattern-lab/styleguidekit-assets-default/tree/feature/modernize-patternlab-js/build-tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants