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