hanami-assets
v2.3.1
Published
Hanami assets management via Esbuild
Downloads
4,899
Readme
assets-js
esbuild plugin for Hanami assets
Status
Contact
- Home page: https://hanamirb.org
- Guides: https://guides.hanamirb.org
- Community: https://hanamirb.org/community
Testing
Install the Node packages:
npm installAnd run the Jest test suite:
npm testTo 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:debugVersioning
assets-js uses Semantic Versioning 2.0.0
Contributing
- 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
Copyright © 2014–2025 Hanami Team – Released under MIT License
