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

gulp-requirejs has disappeared #596

Closed
jesperronn opened this issue Oct 30, 2014 · 1 comment
Closed

gulp-requirejs has disappeared #596

jesperronn opened this issue Oct 30, 2014 · 1 comment

Comments

@jesperronn
Copy link

package.json references gulp-requirejs which for some reason has disappeared from Github.

I found that I could substitute with https://github.com/bornkiller/gulp-requirejs, and it worked for me (I could run Bower and Gulp)

Try with

rm -rf node_modules public/res/bower-libs
npm install
bower install
gulp

Fix
in package.json I can replace like this

diff --git a/package.json b/package.json
index c4cf248..803cd9c 100644
--- a/package.json
+++ b/package.json
@@ -22,3 +22,3 @@
     "gulp": "^3.8.7",
-    "gulp-requirejs": "git:https://github.com/RobinThrift/gulp-requirejs.git#6fb08d427dda7463a07b25be3fc931f58e660b54",
+    "gulp-requirejs": "bornkiller/gulp-requirejs",
     "gulp-jshint": "^1.8.4",
@manbearwiz
Copy link

Looking at the docker builds I've been playing with, this happened either last night or this morning. In any case it makes sense to replace the git repo reference. Any information on the deletion @RobinThrift?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants