Skip to content

Debugging Assets

Ryan Johnson edited this page Apr 24, 2018 · 2 revisions
Audience
Consumers

TODO: add to Guides 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.

Clone this wiki locally