-
Notifications
You must be signed in to change notification settings - Fork 43
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
any basic simple working example? #45
Comments
I ran it through npm browserify. place both code fragments in one .js file. Browserify it. Requirejs is not required and alle dependencies are loaded in one includable file. See specific documentation on browserify npm page. |
Also see beefy which is what I use to run local examples. I should also investigate adding a "Run on requirebin" badge that would let you run the example up on requirebin really easily... |
+1 for not using browserify, i have an allready running application and now i'm forced to use browserify which got an complete other concept as simple include an library via html script tag. |
Suppose you could provide a UMD build with |
Hey All - I'm not too precious about providing a UMD build for I'll see if I can put a process in place where we ensure this example is kept up to date, and also that new examples cater for usage in a non commonJS environment also. |
Also out of interest keen to know what tool chains people are using? |
still browserify + beefy, usually not happy when i have to mess with gulp |
i havent tried it but this might work-- has a cli so you can just use an npm script and specify assets
|
@kumavis Just having a look at this again now, that's super good advice. I should definitely have a look into this. Capturing this in a Will investigate. |
just cant get it to work..
this:
give me (do I need to include require.js? there is no info about it but I assume that I should)
than I tried to look at the example which didnt work
it just return quickconnect is undefind.
what I am missing?
The text was updated successfully, but these errors were encountered: