changing style not applied

Posted in Customization by Zhilevan Mon Sep 12 2016 13:26:07 GMT+0000 (UTC)·Viewed 64 times

I'am using boostrap version and I want using custom web version, I install it and work correctly, then I try to perform some changes in Scss files, after some changes i sass file I try to `gulp --release` then `gulp dev` but my custom style not generated . I take a look at `app-web/node_modules/actor-sdk/style.js` `require('./build/styles/index.css'); and when I look at app-web/node_modules/actor-sdk/build/styles/index.css` I just a minified file, it seems scss file not complied, ( I rename style.css to __style.css to make sure that file not created when I `gulp --release` ). Also I tried `gulp static` but again scss file not complied. please tell me what I should to do to my changes to scss file applied to project? thanks `
  
Markdown is allowed