codeship / atom-codeship-status

Display your Codeship status in the Atom status bar!
MIT License
7 stars 5 forks source link

Package.getStylesheetsPath is deprecated. #6

Open peterblazejewicz opened 9 years ago

peterblazejewicz commented 9 years ago

Store package style sheets in the styles/ directory instead of stylesheets/ in the codeship-status package

Package.getStylesheetsPath (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:460:9)
Package.getStylesheetPaths (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:471:32)
Package.loadStylesheets (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:453:38)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:19)
Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:163:15)
Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:177:12)

Atom 0.201.0 Package version: 0.1.1

peterblazejewicz commented 9 years ago

I think it's covered by this PR: https://github.com/codeship/atom-codeship-status/pull/3