Stefano
Results
2
comments of
Stefano
Hi, In my case this doesn't work. My "import-path" is given as a parameter to grunt cli, this way: `> grunt --theme-path=../../../proj1/theme` Hence I have no way of "quoting" things....
Sorry, after more try-and-error. Solution was: ```javascript modifyVars: { 'theme-path': '"' + themePath + '"' } ```