Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for gulpfile case insensitive #4

Closed
phated opened this issue Jul 6, 2013 · 2 comments
Closed

check for gulpfile case insensitive #4

phated opened this issue Jul 6, 2013 · 2 comments

Comments

@phated
Copy link
Member

phated commented Jul 6, 2013

think grunt added this in 0.4.1, it is a nice to have.

@yocontra
Copy link
Member

yocontra commented Jul 6, 2013

Didn't know grunt had this - will add.

@yocontra
Copy link
Member

yocontra commented Jul 6, 2013

I lean towards consistency (Makefile doesn't support case-insensitive) but since grunt already set the bad standard I guess I have to deal with it

Abdelmageed added a commit to Abdelmageed/react-slingshot that referenced this issue Apr 7, 2017
donlohov added a commit to donlohov/houpshop that referenced this issue Apr 1, 2018
local

npm init
npm instsll -D gulpjs/gulp#4.0
& enather packege

create folders
/app
/dist
& files
ahmadawais pushed a commit to ahmadawais/WPGulp that referenced this issue Oct 24, 2018
## Description
Fixed issue #128 by replacing "gulp": "github:gulpjs/gulp#4.0" with "gulp": "^4.0.0" in package.json

## Screenshots:
![screenshot 2018-10-23 12 58 33](https://user-images.githubusercontent.com/41078035/47377493-6b2edc00-d6c3-11e8-9c6b-5a83fac3584d.png)

## Types of changes
FIX

## How Has This Been Tested?
Tested by me locally on an active project.

## Checklist:
- [x] My code is tested.
- [x] My code follows the WordPress code style.
- [x] My code follows has extensive inline documentation like the rest of WPGulp.
ahmadawais pushed a commit to ahmadawais/WPGulp that referenced this issue Oct 24, 2018
Fixes issue #128 by replacing `"gulp": "github:gulpjs/gulp#4.0"` with `"gulp": "^4.0.0"` in package.json

![screenshot 2018-10-23 12 58 33](https://user-images.githubusercontent.com/41078035/47377493-6b2edc00-d6c3-11e8-9c6b-5a83fac3584d.png)

FIX

Tested by me locally on an active project.

- [x] My code is tested.
- [x] My code follows the WordPress code style.
- [x] My code follows has extensive inline documentation like the rest of WPGulp.
SerendipityDoDa added a commit to SerendipityDoDa/NukoMask that referenced this issue Nov 22, 2018
 - Updated dependency gulp to use the default npm gulp 4.0.0 package because the "github:gulpjs/gulp#4.0" path seems to be dead.

createErrorMiddleware.js
 - Edited createErrorMiddleware function to return done() even on error so web3 contract function calls can complete properly.

network.js
 - Restored the MAINNET constant in the INFURA_PROVIDER_TYPES array to fix mainnet selection.
 - Modified NetworkController::_configureProvider method to skip Infuria provider evaluation.  Nuko needs to be setup with Infuria and we can go back to using it.
jeremy-prater added a commit to jeremy-prater/meta-nodejs-contrib that referenced this issue Nov 28, 2018
mdavis777 pushed a commit to imyller/meta-nodejs-contrib that referenced this issue Nov 28, 2018
- Update to gulp-cli 2.0.1 since gulpjs/gulp#4.0 has been removed.
Yura-Panchenko added a commit to Yura-Panchenko/wp4-claster that referenced this issue Nov 30, 2018
"gulp": "github:gulpjs/gulp#4.0", заменил  на "gulp": "^4.0.0",
Yura-Panchenko added a commit to Yura-Panchenko/wp4-claster that referenced this issue Nov 30, 2018
"gulp": "github:gulpjs/gulp#4.0", заменил на "gulp": "^4.0.0",
"gulp-sass": "^2.0.4", заненил на "gulp-sass": "^4.0.2",
Yura-Panchenko added a commit to Yura-Panchenko/wp4-claster that referenced this issue Nov 30, 2018
"gulp": "github:gulpjs/gulp#4.0", заменил на "gulp": "^4.0.0",
"gulp-sass": "^2.0.4", заненил на "gulp-sass": "^4.0.2",
kolelan added a commit to kolelan/gulpBundle that referenced this issue Jun 6, 2019
…: "github:gulpjs/gulp#4.0", поменял эту строку на "gulp": "github:gulpjs/gulp", заработало
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants