Guide applies to: modern
Build process
The build process is driven by your view classes. For every view class used in the app, the build process looks for a corresponding .scss
file to process.
In this example, since there is view/main/MainView.js
, the corresponding view/main/MainView.scss
file is processed. Since there is not a Foo.js
file, the Foo.scss
file is not processed.
view/
main/
MainView.js
MainView.scss
Foo.scss
Before Cmd 6.5, .scss
files were in their own folder, sepearate from the Javascript source folder.