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 relative paths of scss files #6

Closed svi3c closed 8 years ago

svi3c commented 8 years ago

At the moment we are referencing *.component.scss files via absolute pacakge names. It would be nice to have relative references. This makes it easier to rename/move a package. I think we have to generate external typings instead of ambient typings to achieve this.