gruntjs - AssignProcessToJobObject on Yeoman / Grunt and Compass -


i've been trying setup yeoman new project when start grunt compass get:

$>grunt compass running "compass:dist" (compass) task assignprocesstojobobject: (5) access denied. 

i've tried grunt server , stops @ same point.

my config is:

compass: {   options: {     sassdir: '<%= yeoman.app %>/styles',     cssdir: '.tmp/styles',     imagesdir: '<%= yeoman.app %>/images',     javascriptsdir: '<%= yeoman.app %>/scripts',     fontsdir: '<%= yeoman.app %>/styles/fonts',     importpath: '<%= yeoman.app %>/components',     relativeassets: true   },   dist: {},   server: {     options: {       debuginfo: true     }   } }, 

i'm running on win7. have hint on doing wrong , how solve it?

so, looks posted same problem @ same time.

though yeoman recommends console2 looks v0.10.7 fails through app. should use cmd directly

https://github.com/joyent/node/issues/5505

tested , working


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -