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

For Development. #13

Closed
BPrathap opened this issue Dec 2, 2014 · 2 comments
Closed

For Development. #13

BPrathap opened this issue Dec 2, 2014 · 2 comments

Comments

@BPrathap
Copy link

BPrathap commented Dec 2, 2014

How to setup the dev Environment ?

Example in custom/index.html ( in script tag src="../../src/eventDrops.js") instead of src point to lib. for debugging... but error is throwing.. error : Module name "util/configurable" has not been loaded yet for context: _. Use require([])

@ThieryMichel
Copy link

This project use browserify. It cannot work if you try to include individual file on the page.
To develop, you report your change to src/eventDrop.js by calling make browserify.
To ease development you will probably want to remove minification in which case simply call

node_modules/browserify/bin/cmd.js lib/main.js > src/eventDrops.js

@ThieryMichel
Copy link

I just added gulp, it should ease development.

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

3 participants