CSS and Javascript
Snipe-IT uses Laravel Mix to compile assets. The source assets are located in resources/assets
, and can be compiled by running:
# Run all mix tasks
npm run dev
... from your Snipe-IT project root.
Or for production:
# Run all production mix tasks
npm run prod
Please do not commit generated assetsIt makes PR reviews really difficult. We'll run those after reviewing and accepting the PR.
Updated about 1 month ago