mechio / takana-example

Takana example project
MIT License
6 stars 2 forks source link

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

Open mattma opened 9 years ago

mattma commented 9 years ago
  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 commented 9 years ago

Hey Matt, few questions:

Thanks