Reviewing My Current Folder Structure:
https://i.sstatic.net/RuNqd.png
All my sass
files residing in the styles
folder (like newStyles.sass
) are getting compiled successfully. However, the sass
files within the myUi
directory (e.g., nuclearMed.sass
) are not being processed.
I attempted changing from {,*/}*
to /**/*
inside my Gruntfile.js
, but it seems like it's still scanning only one level deep. Is there anyone who can point out what could be amiss?
This section showcases my Gruntfile.js
:
// The content of Gruntfile.js goes here with specific configurations and task setups.
// This file is generated on a particular date using a generator named webapp 0.4.1
'use strict';
var LIVERELOAD_PORT = 35729;
...