Skip to content

Update project to be browserify/webpack-compatible#20

Open
eirslett wants to merge 1 commit intochrisisbeef:masterfrom
eirslett:feature/browserify
Open

Update project to be browserify/webpack-compatible#20
eirslett wants to merge 1 commit intochrisisbeef:masterfrom
eirslett:feature/browserify

Conversation

@eirslett
Copy link

Adds UMD header, so the project can be used both
from CommonJS projects, AMD projects, and plain old

<script> tags in the document header. Dependencies on jquery and resig-class are declared in package.json, so that they can be resolved by the package manager later on (npm, browserify, webpack etc) Libraries (like qunit) that were committed into this repository were deleted; instead, they are loaded from node_modules.

Adds UMD header, so the project can be used both
from CommonJS projects, AMD projects, and plain old
<script> tags in the document header.

Dependencies on jquery and resig-class are declared
in package.json, so that they can be resolved by
the package manager later on (npm, browserify, webpack etc)

Libraries (like qunit) that were committed into this repository
were deleted; instead, they are loaded from node_modules.
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

Successfully merging this pull request may close these issues.

1 participant