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

Switched to Laravel Mix #441

Merged
merged 2 commits into from
Apr 21, 2020
Merged

Switched to Laravel Mix #441

merged 2 commits into from
Apr 21, 2020

Conversation

bytestream
Copy link
Collaborator

Description

Switched from Elixir which is deprecated to Laravel Mix.

This is breaking as jsvalidation.js.map file has been removed.

@@ -0,0 +1,17 @@
let mix = require('laravel-mix');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'require' is not defined.

@bytestream bytestream changed the title Gulp Switched to Laravel Mix Apr 21, 2020
@bytestream bytestream merged commit d860aeb into proengsoft:master Apr 21, 2020
@bytestream bytestream deleted the gulp branch April 21, 2020 20:55
@bytestream bytestream added enhancement breaking-change PR must be published in major release. labels Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change PR must be published in major release. enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants