nxus / clientjs

Client JS compilation for Nxus applications
1 stars 0 forks source link

Write script bundles to sub-paths to avoid basename conflicts. #29

Open loppear opened 5 years ago

loppear commented 5 years ago

Use __dirname in includeScript test calls to match real usage. Fix tests for component output and catch missing reference data.

Resolves #28