voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 231 forks source link

After rebuild #201

Closed Set1333 closed 7 years ago

Set1333 commented 7 years ago

npm run watch

and i got this

ErrorException (E_ERROR) Undefined index: /css/app.css (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php) (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php)

    $manifest = $manifests[$manifestPath];

    if (! isset($manifest[$path])) {
        report(new Exception("Unable to locate Mix file: {$path}."));

        if (! app('config')->get('app.debug')) {
            return $path;
        }
    }

    return new HtmlString($manifestDirectory.$manifest[$path]);
}

}

saleh-old commented 7 years ago

Try doing npm run dev before doing npm run watch

Set1333 commented 7 years ago

Thanks it works