Glavin001/atom-preview

Jade support

ddavison opened this issue ยท 18 comments

Jade support

Receiving the following error:

Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".

Similar to: http://discuss.atom.io/t/--template-causes-unsafe-eval-error/9310

Recommendation to use: https://github.com/atom/loophole

you've been busy!! :) I'll take a look through the source and get familiar with how you are doing things

Also, maybe we could consider making a github group? http://github.com/atom-preview perhaps? I've reserved the name in case you like it ๐Ÿ‘

That's a great idea! I think we will be having some mini-packages for language support -- TypeScript (See #5) is going to get annoying so I want to build a final solution for all Node developers and use that.

Bummer, I just published it. I will have to get @thedaniel to fix the repository name in the Atom database. Maybe we could hold off migrating until he is complete with atom/apm#73 so I don't have to bug him again :).
However, all related packages should now be created in that organization, if applicable.

ah thats ok. sure!

@ddavison what other languages should we support? We have quite a few already in issues, both closed and open.

Any transpilation language that is in existance, as well as new transpilers that come out like #12 and #13 ๐Ÿ˜†

could you add me as a contributor so i can fix these issues? I've been dying to get to them! :) (i just hate forks)

You are now a contributor :).

Thanks! I'll get those ones out of the way

Also, as a software tester by profession, I will want to create a CONTRIBUTING.md file sometime in the near future, and make it mandatory to test the language. I can come up with the framework for each language, then the tests should be real short.

just an FYI

+โˆž That'd be great, thanks!

I'm still getting the following error:

Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".

Please help.

@chharvey forward to #90.
I'll be working on it after my exams. I tried to fix it, however since I cannot reproduce it's difficult.

Hey guys I'm getting the following error when I try to preview jade files:

screen shot 2016-03-16 at 09 39 48

@azulacamilo please create a new issue and tell us as much information as you can to help us reproduce. Thanks.