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

worker js file #3

Open
ghost opened this issue Jan 26, 2011 · 2 comments
Open

worker js file #3

ghost opened this issue Jan 26, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 26, 2011

Even in the nude.min.js file it still want to load the uncompressed worker.nude.js. Also, it looks for the worker file in the root directory, one should either have to have the option to tell nude where the worker file is located or, it should default to the same directory in which nude is.

@DTrejo
Copy link

DTrejo commented Apr 9, 2011

bump

the fix is a one liner:
cp tests/worker.nude.min.js tests/worker.nude.js

@joshi1983
Copy link

I had to modify the source of nude.js in my project to do that too. I'm using nude.js in a big project with all our third party libraries under a /lib route.

We'd want an option to pass in that tells it the worker is also in '/lib/nudejs/worker.nude.js' or similar like ghost suggested.

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

2 participants