Skip to content

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

@jakub-g

Description

@jakub-g

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions