When attempting to execute command 'grunt dev', resulting webpage did not have awesomeSheet.css. Seems the file in src/sass was named awesomesheet.scss instead of awesomeSheet.scss as the sass command was searching for.
Simply changed the name of the file and it works just fine on my machine.
When attempting to execute command 'grunt dev', resulting webpage did not have awesomeSheet.css. Seems the file in src/sass was named awesomesheet.scss instead of awesomeSheet.scss as the sass command was searching for.
Simply changed the name of the file and it works just fine on my machine.