Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gruntjs

Run Grunt Task With Node.js Arguments On Windows

I am running into an out of memory error when running grunt babel. It is solved on mac by increasin… Read more Run Grunt Task With Node.js Arguments On Windows

Qunitjs-tests Don't Start: Phantomjs Timed Out, Possibly Due To A Missing Qunit Start() Call

I have set up my test environment as described here with QunitJS + PhantomJS + GruntJS: http://jord… Read more Qunitjs-tests Don't Start: Phantomjs Timed Out, Possibly Due To A Missing Qunit Start() Call

Does Grunt-contrib-less Support --source-map-map-inline?

Title says it all. Is this Less option: http://lesscss.org/usage/#command-line-usage-source-map-map… Read more Does Grunt-contrib-less Support --source-map-map-inline?

Gruntjs - Wrong Image Paths After Grunt Build

Grunt is messing my minified CSS and I cannot figure out why and how to avoid it. To be brief, be… Read more Gruntjs - Wrong Image Paths After Grunt Build

How To Run Grunt Build Task By Cliking On Button Through Browser?

I have made one build process through grunt and it works fine from command prompt. Now I have a app… Read more How To Run Grunt Build Task By Cliking On Button Through Browser?

A Solution For Two-binding Between Angular And A Style Sheet

I know this sounds silly but I'm writing a wysiwyg editor that allows Designers to create style… Read more A Solution For Two-binding Between Angular And A Style Sheet

Injecting Content Via Grunt Task, Depending On Asp.net Project Build Configuration

I'm trying to inject content via grunt-replace when I build by visual studio solution. However … Read more Injecting Content Via Grunt Task, Depending On Asp.net Project Build Configuration

Using Regex In Grunt-contrib-copy's "process" Option Not Working

I'm trying to remove my live reload script from my index.html file dynamically using Grunt'… Read more Using Regex In Grunt-contrib-copy's "process" Option Not Working