Alexander Girod
Alexander Girod
I'm experiencing the same issue ``` TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined at assertPath (path.js:39:11) at Object.resolve (path.js:168:7) at Object. (file:///C:/Users/User/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:7:36) at Object....
The following two line needs to be added to **grunt-compass-multiple\tasks\compassMultiple.js** to allow sourcemaps to be generated. One within _buildCommand_ in line 124: `options.sourceMap && (cmd = util.format('%s --sourcemap', cmd));` Another...