krakenjs / kraken-devtools

Development-time tools for kraken.js applications.
Other
40 stars 32 forks source link

Update plugin to be compatible with node-sass 3.3.1 #64

Closed r0b6 closed 9 years ago

r0b6 commented 9 years ago

Update sass plugin to use callback style consistent with https://github.com/sass/node-sass#render-callback--v300

grawk commented 9 years ago

Hi @rbbll

Can you please take a look at https://github.com/krakenjs/construx and https://github.com/krakenjs/construx-less ?

We created the construx* modules to replace kraken-devtools due to lack of modularity in kraken-devtools. Since construx is not yet heavily adopted, I think we could more easily accept a PR to construx-less that changes the supported version of less to 3.0 than change the support in kraken-devtools. We want to encourage people to the new modules as newer versions of the underlying plugins become desirable.

r0b6 commented 9 years ago

Hi @grawk

Using https://github.com/krakenjs/construx and https://github.com/krakenjs/construx-sass solved my problem. Just what I needed. Thanks!

grawk commented 9 years ago

I'm glad to hear it!