I work on a responsive web page, I use bootstrap and SASS (I work on macOS, I compile SASS through Scout ).
I needed to change some of the default bootstrap settings (such as container width and adaptive grid, screen resolution), I made changes using http://getbootstrap.com/customize and downloaded the compiled modified version of bootstrap .
Now in the bootstrap folder, in addition to the CSS , fonts , JS folders, there is a config.json file. Question: Should I connect it to Scout (in the Config File field), or put it in a folder with a web page (or just ignore)?