Debugging Assets - HelixDesignSystem/helix-ui GitHub Wiki

TODO: Move to "Guides > FAQ#debugging-assets" in component explorer documentation

Debugging Assets

HelixUI provides uncompressed and compressed assets for use in your application. Most of the time, using the compressed assets will suffice. However, there may be times where you'll need to debug HelixUI itself.

Uncompressed Assets

Should you need to debug HelixUI assets, you may use load the following assets.

  • node_modules/helix-ui/dist/scripts/helix-ui.browser.js
  • node_modules/helix-ui/dist/styles/helix-ui.css

Sourcemaps

Should you need sourcemaps for your application, use the uncompressed assets and build your own minified assets with sourcemaps specifically for your application's file structure.