fandogh / laravel-multimix

Laravel-Mix helper for projects with complex & multi assets.
https://fandogh.github.io/laravel-multimix
MIT License
26 stars 2 forks source link

Having nested node_modules and different build files #2

Open ijpatricio opened 6 years ago

ijpatricio commented 6 years ago

Hello @pi0

I've been playing around with this package, and i can relate to lot of needs.

I do something different, abut can leverage your package very well. Maybe you want to take a look?

Project: https://github.com/ijpatricio/laravel-mix-branches

Live demo: https://laravel-mix-branches.laravel.pt/

Project root has "root node_modules"

but then application areas may have different node_modules dependecies.

resources/assets/mix-branches has modules/packages folders. check inside.

App is TailwindCss, while Blog is not. App is VueJs 2.5, Blog is Vue 1. (for whatever reason.. just for demo...)

What do you think?

ijpatricio commented 6 years ago

Seems you have abandoned this package?

Have customized a little, and integrated with also modular backend. Check here... https://github.com/ijpatricio/laravel-modules-multimix

Wanting a new feature, to control modules environment build (dev/prod), so that pre-commit hooks and stuf...

Will make a fork for now...