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

Something wrong with Elixir #27

Closed
husnulhamidiah opened this issue Aug 3, 2015 · 6 comments
Closed

Something wrong with Elixir #27

husnulhamidiah opened this issue Aug 3, 2015 · 6 comments

Comments

@husnulhamidiah
Copy link

I try perfectly and exactly as you write but I got an issue like this..

file_get_contents(C:\xampp\htdocs\lvmaster\public/build/rev-manifest.json): failed to open stream: No such file or directory

Can you give me a shot to solve this?

@appkr
Copy link

appkr commented Aug 3, 2015

Not tested thought, try this:

.version([
      'public/build/css/all.css',
      'public/build/js/all.js'
    ]);
//.copy(...)
//.copy(...);

@husnulhamidiah
Copy link
Author

Yeah it solved the error shown when I run gulp command.
But the main problem still there.
rev-manifest.json not found.

@Zemke
Copy link
Owner

Zemke commented Aug 3, 2015

I've come across rev-manifest.json not found a couple of times myself. Running composer install --prefer-dist has always fixed this for me.

@husnulhamidiah
Copy link
Author

I've tried clean install and use composer install --prefer-dist but still rev-manifest.json not generated..
Any idea?

@Zemke
Copy link
Owner

Zemke commented Aug 4, 2015

Consider this issue comment. #23 (comment)

@Zemke Zemke closed this as completed Aug 16, 2015
@shiruken1
Copy link

Ditto. Solved my issue by reinstalling npm, then installing gulp globally, running npm install laravel-elixir on the app folder, then modifying gulpfile.js as mentioned above, then finally running gulp.

Out of curiosity why not commit that change to the gulpfile, since it seems to be an issue?

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

4 participants