Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 614 Bytes

Do you use webpack?

Wish your team made reducing the size of your webpack builds a priority? Want to know how the changes you're making impact your asset size on every pull request?

Check it out at packtracker.io.


README

Assuming you have the appropriate ruby/node/yarn versions installed...

bundle install
yarn install
bin/rails s

Tests

bin/rake
yarn test