gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
277 stars 61 forks source link

Panel not opening in Sprint 36 #36

Closed cfjedimaster closed 10 years ago

cfjedimaster commented 10 years ago

I'm getting Uncaught TypeError: undefined is not a function on main.js, line 90 when I click the icon.

cfjedimaster commented 10 years ago

Looks like marked is not defined.

cfjedimaster commented 10 years ago

And that is because the require on it fails:

Uncaught ReferenceError: module is not defined
marked.js line 1142

gruehle commented 10 years ago

@cfjedimaster - this sound like the same issue you ran into a few months ago - #22

cfjedimaster commented 10 years ago

Dang, you are absolutely right. I installed another CSS linter to test something and it uses the same library as mine. Thanks - please close.

On Sun, Feb 9, 2014 at 3:31 PM, Glenn Ruehle notifications@github.comwrote:

@cfjedimaster https://github.com/cfjedimaster - this sound like the same issue you ran into a few months ago - #22https://github.com/gruehle/MarkdownPreview/issues/22

Reply to this email directly or view it on GitHubhttps://github.com/gruehle/MarkdownPreview/issues/36#issuecomment-34587452 .

Raymond Camden, Web Developer for Adobe

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

gruehle commented 10 years ago

Whew! What other CSS linter were you running?

cfjedimaster commented 10 years ago

Don't remember - it was the only other CSS linter in the registry. I just loaded it to test the new Sprint 36 support for N linters of one type.

On Sun, Feb 9, 2014 at 6:22 PM, Glenn Ruehle notifications@github.comwrote:

Whew! What other CSS linter were you running?

Reply to this email directly or view it on GitHubhttps://github.com/gruehle/MarkdownPreview/issues/36#issuecomment-34592704 .

Raymond Camden, Web Developer for Adobe

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

gruehle commented 10 years ago

Found it, thanks!