Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Last active August 29, 2015 13:57
Show Gist options
  • Save ryanflorence/9649155 to your computer and use it in GitHub Desktop.
Save ryanflorence/9649155 to your computer and use it in GitHub Desktop.
import $ from 'jquery';
console.log($);
setTimeout(function() {
debugger;
'lol';
}, 1000);
<script src="https://jspm.io/system@0.4.js"></script>
<script>
System.paths['*'] = '/*.js';
System.map['jquery'] = 'npm:jquery';
System.import('app');
</script>
@ryanflorence
Copy link
Author

download and run from a static web server ($ npm install -g http-server; $ http-server)

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