learning / SublimeServer

[DEAD PROJECT]Make Sublime as a HTTP server, compatible with sublime 3
http://learning.github.com/SublimeServer
MIT License
142 stars 42 forks source link

/markdown.js not found (other "built-ins" like the CSS and Favicon not found either) #36

Open convexset opened 8 years ago

convexset commented 8 years ago

I'm using OS X and ST3 build 3124.

When I attempt to read a markdown file, nothing renders. I see that /markdown.js is used to render the file... But it fails as follows in the Sublime Text console.

127.0.0.1 - - [23/Sep/2016 00:15:33] "GET /training-and-such/foundational-javascript-refresher/index.md HTTP/1.1" 200 -
127.0.0.1 - - [23/Sep/2016 00:15:33] code 404, message File not found
127.0.0.1 - - [23/Sep/2016 00:15:33] "GET /markdown.js HTTP/1.1" 404 -

... the same happens for /SublimeServer.css.

127.0.0.1 - - [23/Sep/2016 00:18:03] "GET /training-and-such/foundational-javascript-refresher/ HTTP/1.1" 200 -
127.0.0.1 - - [23/Sep/2016 00:18:03] code 404, message File not found
127.0.0.1 - - [23/Sep/2016 00:18:03] "GET /SublimeServer.css HTTP/1.1" 404 -

I opened up the package file but things are there.

Not sure how Sublime Packages work though. (Did I mention I'm on OS X?)

pwnedDesal commented 8 years ago

Remove the Sublimeserver via package manager, Then re-install it using git http://learningcn.com/SublimeServer/