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

Any Equivalent Gulp Plugin For Doing "grunt Bower"?

With grunt, I could use command grunt bower (provided by grunt-bower-requirejs) to auto-generate Re… Read more Any Equivalent Gulp Plugin For Doing "grunt Bower"?

Wait Async Grunt Task To Finish

I received a grunt setup and one of the new tasks should execute (grunt.task.run) already existing … Read more Wait Async Grunt Task To Finish

How To Implement Properties Preprocessing Before Execution Like It Is Done In Grunt?

Grunt has syntax which is used to set and update configuration properties before task execution. F… Read more How To Implement Properties Preprocessing Before Execution Like It Is Done In Grunt?

How To Loop Through An Array And Run A Grunt Task Passing Each Value In The Array As A Grunt Option

I have an array similar to the following: var themes = grunt.option('themes') || [ '… Read more How To Loop Through An Array And Run A Grunt Task Passing Each Value In The Array As A Grunt Option

Bower Installs Same Package Different In File Structure

We have a TeamCity build server running on three different buildusers with the same configuration. … Read more Bower Installs Same Package Different In File Structure

Grunt Watch And Stylus

can't figure how nesting grunt watch and stylus compiler (livereload will come later) I tried a… Read more Grunt Watch And Stylus

Grunt And Uglifyjs In Windows App Development - Utf8 Problems

I'm developing a Windows 8/8.1 JavaScript app. It basicallly is a port of our webapp. For deplo… Read more Grunt And Uglifyjs In Windows App Development - Utf8 Problems

Grunt Jade Error

Whenever I run grunt jade I get an error: Warning: pattern.indexOf is not a function Use --force to… Read more Grunt Jade Error

Can Grunt Lodash Templates Be Used In Gruntfile.js Tasks?

Is there a way to use grunt lodash templating in gruntfile.js tasks so I can use functions like .to… Read more Can Grunt Lodash Templates Be Used In Gruntfile.js Tasks?

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

How Do I Implement Assertions In Javascript?

I'd like to use assertions to check for invalid parameters in my private methods (and others th… Read more How Do I Implement Assertions In Javascript?

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?

Grunt Concat Files On A Different Domain Or On Different Server

Edit working version and explanation I want to concat files from different server into my destinati… Read more Grunt Concat Files On A Different Domain Or On Different Server

Referenceerror: Can't Find Variable X When Using Grunt Test In Yeoman

I'm using yeoman, grunt, mocha. I want to do BDD so I make basic unit test and run grunt test i… Read more Referenceerror: Can't Find Variable X When Using Grunt Test In Yeoman

Node/grunt - Autoprefixer - How To Add Configuration To My Gruntfile.js & How To Check Supported Browsers?

I want to start using the CSS post-processor called autoprefixer (https://github.com/ai/autoprefixe… Read more Node/grunt - Autoprefixer - How To Add Configuration To My Gruntfile.js & How To Check Supported Browsers?

Errors While Running Grunt Build For The First Time

I created an angularJS project using Yeoman Previewing the app using grunt serve works well. The s… Read more Errors While Running Grunt Build For The First Time

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

Can't Install Bower Components Using Grunt - "Arguments To Path.join Must Be Strings"

I'm having issues installing Bower components using my Gruntfile.js. I can however install the … Read more Can't Install Bower Components Using Grunt - "Arguments To Path.join Must Be Strings"

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