Skip to content

esbuild plugin for Hanami Assets

Notifications You must be signed in to change notification settings

hanami/assets-js

Repository files navigation

assets-js

esbuild plugin for Hanami assets

Status

CI

Contact

Testing

Install the Node packages:

npm install

And run the Jest test suite:

npm test

To use debugger breakpoints in the tests, open chrome://inspect with any Chrome-based browser and click on "Open dedicated DevTools for Node" to open a debugger window. Then:

npm run test:debug

Versioning

assets-js uses Semantic Versioning 2.0.0

Contributing

  1. Fork it (https://github.com/hanami/assets-js/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright © 2014–2025 Hanami Team – Released under MIT License