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

Rhino support #81

Open
cancerberoSgx opened this issue May 27, 2017 · 1 comment
Open

Rhino support #81

cancerberoSgx opened this issue May 27, 2017 · 1 comment

Comments

@cancerberoSgx
Copy link

You mention rhino support several times in the documentation but I cannot get it to work. I've tried the following always with the error :

rhino rhino-test-1.js
js: "rhino-test-1.js", line 1: Encountered code generation error while compiling script: generated bytecode for method exceeds 64K limit.
  1. I've tried to use dist/sass.sync.js and after that my code
  2. I've tried with browserify:
npm init -y
npm install sass.js
browserify index.js > output.js
rhino output.js
  1. tried with dist/sass.js and after it my code but it fails: js: "rhino-test-wbrowser.js", line 137: exception from uncaught JavaScript throw: Error: Sass worker has been terminated

So, do you nave any recommendation to make it work on rhino ? Any tip is most appreciated. If I make it work then I will write a article explaining how to.

Using Rhino 1.7.6 2015 04 15
Thanks! Nice project !

@rodneyrehm
Copy link
Member

I've never made sass.js work with Rhino. #36 was the last attempt getting this to work.

But I'm pretty sure you'd need to run with dist/sass.sync.js.

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