esbuild plugin for Hanami assets
- Home page: https://hanamirb.org
- Guides: https://guides.hanamirb.org
- Community: https://hanamirb.org/community
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
assets-js uses Semantic Versioning 2.0.0
- Fork it (https://github.com/hanami/assets-js/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright © 2014–2025 Hanami Team – Released under MIT License