-
Updated
May 25, 2020 - JavaScript
grunt-plugins
Here are 144 public repositories matching this topic...
-
Updated
Nov 27, 2018 - JavaScript
-
Updated
Apr 9, 2017 - JavaScript
-
Updated
May 27, 2020 - CSS
The WordPress project has switched to using wp i18n make-pot (docs). It'd be great if this package switched over too, for two specific advantages:
- Full PHP 7 support.
- Also parses JavaScript files.
-
Updated
May 14, 2020 - JavaScript
Hey!
I am trying to use grunt-webdriver to run test suites in sequence instead of running all spec files at once. Here is my conf.js file:
`exports.config = {
//
// ====================
// Runner Configuration
// ====================
//
// WebdriverIO allows it to run your tests in arbitrary locations (e.g. locally or
// on a remote machine).
runner: '
-
Updated
Oct 27, 2019 - JavaScript
-
Updated
Mar 18, 2018 - JavaScript
-
Updated
Dec 16, 2019 - JavaScript
-
Updated
Oct 26, 2017 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Feb 13, 2019 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jan 28, 2016 - JavaScript
-
Updated
Nov 23, 2019 - JavaScript
-
Updated
Sep 26, 2015 - JavaScript
JSHint Style Ignores
Hi benkeen, great work here. I just spent the last hour adding this to a bunch of our repos, can't wait to find all the bad code with it.
The Problem
My biggest issue is that I have to do some pretty icky regexes to determine if a search match is ok or not. A great example is that in our js code, 90% of the time it is a mistake to include a console.log statement. That usually indicates s
-
Updated
Feb 11, 2016 - JavaScript
-
Updated
Oct 10, 2017 - JavaScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Mar 1, 2015 - JavaScript
-
Updated
Jun 15, 2018 - JavaScript
-
Updated
Apr 23, 2017 - JavaScript
-
Updated
Feb 25, 2020 - JavaScript
-
Updated
Jul 13, 2018 - JavaScript
-
Updated
Mar 2, 2018 - JavaScript
Improve this page
Add a description, image, and links to the grunt-plugins topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grunt-plugins topic, visit your repo's landing page and select "manage topics."
Using the
wrap: trueoption results in the module being wrapped inPassing
undefinedas an argument conflicts with best practices and theno-shadow-restricted-namesrule in ESLint. This should not be the default behavior ofwrap: truein my opinion.https://eslint.org/docs/rules/no-shadow-restricted-names
A worka