Skip to content

troubleshooting

benholloway edited this page Jun 22, 2016 · 10 revisions

App

Why are breakpoints not hit

Inspection of source-maps is only practicable for simple projects and in this context they appear to be flawless.

However, there are cases where breakpoints are sometimes not hit, particularly with IDEs such as Webstorm.

If in doubt debug using the UNMINIFIED=true option.

Release

Why are my compositions missing

The default value of the names option will cause only the root composition to be released. You need to set an explicit value.

Clone this wiki locally