Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

Issue with the path to js and css files in index #11

Closed Dioude closed 9 years ago

Dioude commented 9 years ago

Hi, i've managed to download and install your project on my local server, but when i run the public/ in my URL i got 3 errors : GET http://localhost/build/js/all-c0e8a190.js GET http://localhost/css/app.css GET http://localhost/build/css/all-932a5147.css

But my project is in www/angular/ and it looks like it's trying to reach root here. How can i fix this ? Maybe i missed something ?

Zemke commented 9 years ago

Hey Dioude,

I assume the errors are 404s. The three files you mentioned are only at this place once you run Gulp. Did you run Gulp? Did it throw any errors in the process?