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

gulp takana command did not work and takana does not act as intended. #1

Open
mattma opened this issue Jan 12, 2015 · 1 comment
Open

Comments

@mattma
Copy link

mattma commented Jan 12, 2015

  1. Takana is working as it supposed to. Here is what I mean.

I have tried with scss and sass extension of sass language. It works in both cases but only when you hit the save keymap in the sublime, the browser would reload.

What I expect is, once I type in a color attribute, without even saving the file, it should update the browser immediately.

Those are what I have installed on my machine.

 ➜ takana --version                                                                    133 ↵ ✹ ✭
0.4.2
 ➜ node --version                                                                            ✹ ✭
v0.10.35
 ➜ gulp --version                                                                            ✹ ✭
[15:11:31] CLI version 3.8.10
[15:11:31] Local version 3.8.10

In two different processes, I have one ps to watch/compile sass into css, one ps to run takana .. They both run just fine.

  1. Second problem, when I run gulp sass and gulp takana, I got the error message below. Not sure it is tighted into my system setup.
 ➜ gulp sass                                                                                 ✹ ✭
dyld: lazy symbol binding failed: Symbol not found: _node_module_register
  Referenced from: /Users/qma17/Desktop/takana/takana-example/node_modules/takana/node_modules/websocket/build/Release/bufferutil.node
  Expected in: dynamic lookup

dyld: Symbol not found: _node_module_register
  Referenced from: /Users/qma17/Desktop/takana/takana-example/node_modules/takana/node_modules/websocket/build/Release/bufferutil.node
  Expected in: dynamic lookup

[1]    71096 trace trap  gulp sass
@barnaby
Copy link
Contributor

barnaby commented Jan 14, 2015

Hey Matt, few questions:

  • does gulp sass compile the scss into the css/ directory?
  • what operating system / version are you running?
  • any chance you could paste the full takana log output for your session? Before and after you've refreshed the browser?

Thanks

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