Oskar Risberg

Results 120 comments of Oskar Risberg

Can't you define that in your Gruntfile.js? ``` js postcss: { options: { map: true, processors: [ require( 'autoprefixer' )(), require( 'postcss-opacity' )() ] }, default: { src: 'www/css/style.css', dest:...

I'm not sure if I understand exactly what you mean but the runner only runs the defined tasks from the Gruntfile. If it has options, those will be included.

Not outside of those defined in the Gruntfile, no. Shouldn't be that hard to add if you feel like doing a pull request :)

Could you update grunt-runner to latest version and see if the problem still occurs?

Do you have to do this on every project you open or does it work after you've done it once? I assume the problem has something to do with how...

:+1: All pull requests welcome

Will look into it soon-ish. Bit swamped

Not sure about this. I think I'll keep it open but won't include it for now. If they re-surface then I'll be sure to add them. On Thu, Nov 24,...

I was there actually and saw it :) Looks really good! I will however wait until they use it officially everywhere, just because they said they are probably going to...