Skip to content

Instantly share code, notes, and snippets.

@chochos
Created August 27, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chochos/b2674606460409c55c8d to your computer and use it in GitHub Desktop.
Save chochos/b2674606460409c55c8d to your computer and use it in GitHub Desktop.
Very simple ceylon-js page with require-jquery
<html>
<head>
<title>simple ceylon-js test</title>
<script type="text/javascript" src="../ceylon-web-ide-backend/src/main/webapp/scripts/require-jquery.js" data-main="simple.js"></script>
</head>
<body>
</body></html>
@chochos
Copy link
Author

chochos commented Aug 27, 2014

I run this from the ceylon-js directory along with this other file https://gist.github.com/chochos/9dc8227e6cc4893f5654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment