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

Clean v3.1 displaying blank screen #184

Closed
antonkomarev opened this issue Mar 3, 2016 · 6 comments
Closed

Clean v3.1 displaying blank screen #184

antonkomarev opened this issue Mar 3, 2016 · 6 comments
Labels

Comments

@antonkomarev
Copy link

I've tried to install latest version. npm, bower, gulp and artisan hasn't returned any errors. Webserver started but I've got a blank screen instead of application :(

<!doctype html>
<html ng-app="app" ng-strict-di>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" href="http://localhost:8000/css/vendor.css">
    <link rel="stylesheet" href="http://localhost:8000/css/app.css">
    <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>

    <title>Laravel Angular Material Starter</title>

    <!--[if lte IE 10]>
    <script type="text/javascript">document.location.href = '/unsupported-browser'</script>
    <![endif]-->
</head>
<body>

    <div ui-view="header"></div>
    <div ui-view="main"></div>
    <div ui-view="footer"></div>

    <script src="http://localhost:8000/js/vendor.js"></script>
    <script src="http://localhost:8000/js/partials.js"></script>
    <script src="http://localhost:8000/js/app.js"></script>

            <script type="text/javascript">
        document.write('<script src="'+ location.protocol + '//' + (location.host.split(':')[0] || 'localhost') +':35729/livereload.js?snipver=1" type="text/javascript"><\/script>')
    </script>
    </body>
</html>

And browser console:

http://localhost:8000/views/app/pages/header/header.page.html Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8000/views/app/pages/footer/footer.page.html Failed to load resource: the server responded with a status of 404 (Not Found)

@jadjoubran jadjoubran added the bug label Mar 3, 2016
@jadjoubran
Copy link
Owner

Hi @a-komarev
Thank you so much for reporting this

Working on a fix

@jadjoubran
Copy link
Owner

Fixed in 3.1.1

@antonkomarev
Copy link
Author

@jadjoubran Thank you! Upgraded from 3.0.x without any issues.

@jadjoubran
Copy link
Owner

@a-komarev oh cool! So you followed the upgrade guide? I'm glad to hear that

@antonkomarev
Copy link
Author

@jadjoubran Yeah, it was useful.

Finally all the migration was done manually with cleaning up project code:

  • branch of product app created;
  • deleted all files in it;
  • installed fresh app v3.1 there;
  • created components and pages with the names like they were named before;
  • copy + paste required changes from v3.0 to v3.1 using diffs (angular + laravel).

@jadjoubran
Copy link
Owner

Sounds great 👍

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

No branches or pull requests

2 participants