flaviait / ng2-jspm-template

A template for a quick development workflow with angular 2 and jspm
MIT License
14 stars 3 forks source link

Use ts2 glob typings for scss #21

Closed svi3c closed 8 years ago

svi3c commented 8 years ago

This gives us the ability to have relative paths. We let IntelliJ Idea ignore the import checks for those lines. We don't have to generate typings any more with this approach.

@DorianGrey

DorianGrey commented 8 years ago

LGTM.

Just one thing: This does not completely resolve #10, since this issue is also about templates, and not only styles.

svi3c commented 8 years ago

Yes, let's track the template importing in #22