angular-ui / AngularJS-Atom

An AngularJS package for Github's Atom editor
https://atom.io/packages/angularjs
MIT License
284 stars 49 forks source link

Package.getStylesheetsPath is deprecated. #29

Closed nileshmali closed 9 years ago

nileshmali commented 9 years ago

Store package style sheets in the styles/ directory instead of stylesheets/ in the angularjs package

Package.getStylesheetsPath (/opt/atom/resources/app.asar/src/package.js:430:9)
Package.getStylesheetPaths (/opt/atom/resources/app.asar/src/package.js:441:32)
Package.loadStylesheets (/opt/atom/resources/app.asar/src/package.js:423:38)
<unknown> (/opt/atom/resources/app.asar/src/package.js:167:19)
peterblazejewicz commented 9 years ago

This is already reported and fixed I think: https://github.com/angular-ui/AngularJS-Atom/issues/21 Please consider closing as dup, thanks!