gruntjs - compass socket hangup with grunt serve -



gruntjs - compass socket hangup with grunt serve -

i running grunt-contrib-compass@0.6.0 , aborting error:

node_modules/grunt-contrib-compass/node_modules/tmp/lib/tmp.js:261 throw err; ^ error: socket hang @ createhanguperror (http.js:1476:15) @ socket.socketcloselistener (http.js:1526:23) @ socket.emit (events.js:95:17) @ tcp.close (net.js:465:12)

i upgraded grunt-contrib-compass@1.0.1 , no longer exits, produces next errors/warnings (it no longer exits when happens, though says fatal)

fatal error: socket hang fatal error: socket hang

which can assume same problem improve error handling. there way improve info out of whatever throwing error? compass portion of gruntfile

compass: { options: { sassdir: '<%= yeoman.app %>/styles', cssdir: '.tmp/styles', generatedimagesdir: '.tmp/images/generated', imagesdir: '<%= yeoman.app %>/images', javascriptsdir: '<%= yeoman.app %>/scripts', fontsdir: '<%= yeoman.app %>/fonts', importpath: '<%= yeoman.app %>/bower_components', httpimagespath: '/images', httpgeneratedimagespath: '/images/generated', httpfontspath: 'styles/fonts', relativeassets: false, trace: true }, dist: {}, server: { options: { debuginfo: true } } },

gruntjs grunt-contrib-compass

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -