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

Switch to laravel-mix #12

Merged
merged 4 commits into from
Jul 27, 2017
Merged

Switch to laravel-mix #12

merged 4 commits into from
Jul 27, 2017

Conversation

cretueusebiu
Copy link
Contributor

@cretueusebiu cretueusebiu commented Jul 26, 2017

Switch to laravel-mix since Elixir is no longer supported and doesn't even work on the latest Node version. Now you can also version the js/css files.
I've also removed moment's locales and used Vue runtime so the js build is smaller.

@taylorotwell
Copy link
Member

I don't know if were able to get this working with Mix? @themsaid would have more information?

@themsaid
Copy link
Member

I believe David had issues with copying the compiled files while watch is on, will pull the config in the PR and see if that issue is resolved.

@cretueusebiu
Copy link
Contributor Author

Why not ? Works just fine. Mix allows you to set the path to your custom manifest file.

mix('css/app.css', 'vendor/horizon')

will generate /vendor/horizon/css/app.css

@themsaid themsaid merged commit f43ba71 into laravel:master Jul 27, 2017
@themsaid
Copy link
Member

Thank you @cretueusebiu it works now :)

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

Successfully merging this pull request may close these issues.

3 participants