-
Notifications
You must be signed in to change notification settings - Fork 25
Debugging Assets
Ryan Johnson edited this page May 3, 2018
·
2 revisions
TODO: Move to "Guides > FAQ#debugging-assets" in component explorer documentation
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.
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
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.