Amin Roosta

Results 38 comments of Amin Roosta

I think there is no need for that ! You can serve files from `src` folder while developing. ( `requirejs` dynamically loads other `js` files). When you are ready to...

i'm on windows too. here is what i usually do, first of all i install a command line http server : `npm install -g static-server` then i go to the...

@Duder-onomy thank you for your code snippets. actually that is exactly what i ended up with, i wrote my own `rv-attr-*` and replaced `rv-*` to throw an exception (saying its...

Even with `rv-*` getting deprecated, you still have a choice. You can simply override `rv-*` to set an attribute (if thats what you really want). I'm not talking about choices...

``` yarn add sass rm -rf node_modules/node-sass/ && mv node_modules/sass node_modules/node-sass ``` manually replacing node-sass with the npm `sass` module works for me. Does yarn or npm have a way...

Same thing happened for me. In my case rebooting OSX after `make` command fixed the crash.

No, I'm able to make calls. Everything is supported for me.