bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 396 forks source link

Use npm to build JavaScript assets #656

Closed Gazler closed 5 years ago

Gazler commented 5 years ago

Summary of changes

The npm run deploy script will build the assets based on the contents of package.json. For older projects this will use brunch by default, for newer projects, webpack will be used.

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.