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. When this is done the source-maps appear to be flawless.

However, there are cases where breakpoints are sometimes not hit, particularly with IDEs such as Webstorm. If you encounter this use the the UNMINIFIED=true option. So long as you also use the ng-strict-di directive you can limit the surprises you will get when later minifying.

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