Lines Matching refs:debug
4 npm: npm-test npm-debug
96 npm-debug:
99 mkdir -p ./npm-wasm/bin/debug
100 mkdir -p ./npm-asmjs/bin/debug
101 ./compile.sh debug
102 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/debug/pathkit.js
103 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin/debug/pathkit.wasm
105 ./compile.sh asm.js debug
106 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/debug/pathkit.js
135 local-example-debug:
140 ln -s -T ../../npm-wasm/bin/debug node_modules/pathkit-wasm/bin
141 ln -s -T ../../npm-asmjs/bin/debug node_modules/pathkit-asmjs/bin