jagregory / atom-pandoc-preview

Pandoc-powered Previewer for Atom
MIT License
14 stars 7 forks source link

Package.getStylesheetsPath is deprecated. #20

Closed leromi closed 9 years ago

leromi commented 9 years ago

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

Package.getStylesheetsPath (/usr/share/atom/resources/app.asar/src/package.js:460:9)
Package.getStylesheetPaths (/usr/share/atom/resources/app.asar/src/package.js:471:32)
Package.loadStylesheets (/usr/share/atom/resources/app.asar/src/package.js:453:38)
<unknown> (/usr/share/atom/resources/app.asar/src/package.js:183:19)
Package.measure (/usr/share/atom/resources/app.asar/src/package.js:163:15)
Package.load (/usr/share/atom/resources/app.asar/src/package.js:177:12)
jagregory commented 9 years ago

New release pushed, fixing these deprecations. Update the Pandoc package from within Atom and these warnings should go away. Thanks.