piuma-asset-debug
Version:
Piuma Asset Debug Function
14 lines (10 loc) • 444 B
Markdown
Simple library for verify asset inclusion in compiled/packaged application output binary.
Call your binary output with parameter "^a" or "^^asset", this parameter is removed before continue execution. For example:
`./yourbin ^^asset ...`
In your project folder do :
`npm install piuma-asset-debug --save`
In your main file put on the top this comand:
`require('piuma-asset-debug')(__dirname);`