nikushi / minipack

Minipack, a gem for minimalists, which can integrates Rails with webpack. It is an alternative to Webpacker.
MIT License
115 stars 22 forks source link

pre-build in test #11

Closed nikushi closed 5 years ago

nikushi commented 5 years ago

Previously, you needed to run npm i then webpack to build assets manually before running tests. This pull request enables you to be free from that labor work.

nikushi commented 5 years ago

I renamed v0.3.0 branch to v0.3.x-trunk to avoid confusion.