gruntjs - compass socket hangup with grunt serve -
I was running grunt-contrib-compass@0.6.0 and it was aborted by error:
node_module / grunt-content-comp / node_module / tmp / lib / tmp.js: throwing 261; ^ Error: TCP on Socket.emit (events.js: 95: 17) at Socket.Sat Cloessiston (http: js: 1526: 23). On the Close (NET JS: 465: 12)
I have upgraded to grunt-contrib-compass@1.0.1 and now it exits now, but it is the following errors / Generate warnings (this does not come out when it happens, though it is fatal)
Fatal error: dangling the socket Fatal error: The socket is hanging
Which I can only assume is the problem with better error handling than throwing this error Area is a way to get better information? This is the compass part of my grunted file
compass: {option: {sassDir: '<% = yeoman.app% & gt; / Styles ', cssDir:' .mp / styles ', Generated Images DIR:' .mpp / image / generate ', image:' <% = yeoman.app% & gt; / Images ', javascriptsDir:' & lt;% = yeoman.app% & gt; / Scripts ', FontDeir:' & lt; '/ Images', httpGeneratedImagesPath: '/ images / generated', httpFontsPath: 'Styles / Fonts', relativeAssets: false, trace: true}, dist: {}, server: {options: {debugInfo: true}}}, / Code>
Comments
Post a Comment