Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Last active November 21, 2017 06:41
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 jakearchibald/955e4f014a264b1f50c4 to your computer and use it in GitHub Desktop.
Save jakearchibald/955e4f014a264b1f50c4 to your computer and use it in GitHub Desktop.
<module>
import app from "myapp";
document.ready().then(function() {
return document.querySelector('.main-css').loaded();
}).then(function() {
app.init();
});
</module>
<link rel="stylesheet" href="/style.css" class="main-css">
@josh
Copy link

josh commented Mar 15, 2014

❤️

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