Open RodrigoEspinosa opened 9 years ago
Store package style sheets in the styles/ directory instead of stylesheets/ in the Tern package
styles/
stylesheets/
Tern
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:185:19) Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:165:15) Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:179:12)
The issue is fixed on this PR: https://github.com/htmlguy/atom-tern/commit/6319f98d90b7717dd6e751661ccd7ba54433ac1a
Store package style sheets in the
styles/
directory instead ofstylesheets/
in theTern
package