You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
I have tried with
scss
andsass
extension ofsass
language. It works in both cases but only when you hit thesave
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.
In two different processes, I have one
ps
to watch/compile sass into css, oneps
to runtakana .
. They both run just fine.gulp sass
andgulp 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
The text was updated successfully, but these errors were encountered: