When running grunt -d I get a CSS error and the process never finishes. Please see below log:
Running "subgrunt:debug" (subgrunt) task
[D] Task source: E:\csui-sdk-projects\dtcsuiext\node_modules\grunt-subgrunt\tasks\subgrunt.js
Running "notify_hooks" task
[D] Task source: ..\node_modules\grunt-notify\tasks\notify_hooks.js
Running "jshint:all" (jshint) task
[D] Task source: ..\node_modules\grunt-contrib-jshint\tasks\jshint.js
√ No problems
Running "jsonlint:source" (jsonlint) task
[D] Task source: ..\node_modules\grunt-jsonlint\tasks\jsonlint.js
[D] Validating "commands/hello/test/hello.data.json"...
[D] Validating "commands/rename/test/rename.data.json"...
[D] Validating "config-build.json"...
[D] Validating "dtcsuiext-extensions.json"...
[D] Validating "widgets/hello/hello.manifest.json"...
>> 5 files lint free.
Running "csslint:source" (csslint) task
[D] Task source: ..\node_modules\grunt-contrib-csslint\tasks\csslint.js
>> 3 files lint free.
Running "requirejsBundleIndex:all" (requirejsBundleIndex) task
[D] Task source: ..\lib\src\csui\grunt-tasks\requirejs.bundle.index.js
Generating bundle index for requirejsBundleIndex
Processing bundle specification module bundles/dtcsuiext-all.js
Writing JavaScript bundle index bundles/dtcsuiext-index.js
Writing JSON bundle index bundles/dtcsuiext-index.json
Running "requirejs:debug" (requirejs) task
[D] Task source: ..\node_modules\grunt-contrib-requirejs\tasks\requirejs.js
Writing CSS! file: E:/csui-sdk-projects/dtcsuiext/out-debug/bundles/dtcsuiext-all.css
Compression failed due to a CSS syntax error.
Running "clean:generated" (clean) task
[D] Task source: ..\node_modules\grunt-contrib-clean\tasks\clean.js
>> 2 paths cleaned.
Running "clean:debug" (clean) task
[D] Task source: ..\node_modules\grunt-contrib-clean\tasks\clean.js
>> 11 paths cleaned.
Running "languagepack:all" (languagepack) task
[D] Task source: ..\lib\src\csui\grunt-tasks\language.pack.js
Getting bundle indexes...
Bundle bundles/dtcsuiext-all exposes 5 modules.
Loading bundles/dtcsuiext-all...
Also "Loading bundles/dtcsuiext-all..." does never finish (even after waiting for a couple of hours).
When aborting the command manually, "out-debug" (or out-release when using grunt -f) folders are generated and can be deployed to OTCS.
Does someone else experience these issues?