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

can't build from source #207

Open
du5t opened this issue Feb 16, 2016 · 2 comments
Open

can't build from source #207

du5t opened this issue Feb 16, 2016 · 2 comments

Comments

@du5t
Copy link

du5t commented Feb 16, 2016

is there build documentation? I didn't see any on the README, around the dirtree, or at the website.

what I tried:

  1. git clone
  2. git checkout v2.0.0
  3. grunt clean
  4. grunt build

Grunt produced a 448 byte file, instead of a 1000 KB one. indeed there was nothing of note inside. I tried some other things like grunt browserify and grunt uglify and still couldn't produce anything.

log:

➤ grunt build
Running "browserify:spec" (browserify) task
>> Bundle spec/js/specs.js created.

Running "uglify:engine" (uglify) task
File "./dist/gss.min.js" created.
Original: 454 bytes.
Minified: 448 bytes.

Running "usebanner:dist" (usebanner) task
✔ grunt-banner completed successfully

Done, without errors.
@cryptix
Copy link

cryptix commented Mar 25, 2016

I 2nd this request.

@Inviz
Copy link
Contributor

Inviz commented Jul 30, 2016

You probably want to compile from gss/document endpoint, because gss/engine is a base class for it. Clone gss/document, i think the default branch is set to ranges2. Then compile that. If you want to edit gss/engine, then npm link it into gss/document.

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