I have successfully download and installed bootstrap dependency, And I was also able to compile scss/bootstrap.scss to dist/css/bootstrap.css file using grunt i.e. grunt watch, but when I tried to add custom 'scss/style.scss' file, grunt watch is ignoring style.scss and does not generate the dist/css/style.css
I am following the below url, for installation from source file http://v4-alpha.getbootstrap.com/getting-started/build-tools/