Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow <script type="application/x-noder" src="foo.js"> #20

Open
jakub-g opened this issue Jul 2, 2014 · 0 comments
Open

Allow <script type="application/x-noder" src="foo.js"> #20

jakub-g opened this issue Jul 2, 2014 · 0 comments

Comments

@jakub-g
Copy link
Collaborator

jakub-g commented Jul 2, 2014

Right now we can do

<script type="application/x-noder">
  // code here
</script>

but can't

 <script type="application/x-noder" src="foo.js"></script>

As much as trivial it is (and taking into account that usually the scripts we write to start the app will be super small), perhaps it would make sense to add the latter option to satisfy the purists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant