Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Having problems linking js file
Post Body

I'm having problem linking my js file in symfony I run encore dev and run encore watch and webpack generates the js and the css file in the public/build folder but when I try to link it and run the javascript I don't get nothing in return.

<!DOCTYPE html>

<html lang="en" dir="ltr">

<head>

<meta charset="utf-8">

<link rel="stylesheet" href="public/build/style.css">

<title></title>

</head>

<body>

<div id="app"></div>

<div id="info">Wiggle your cursor</div>

<script src="public/build/index.js"></script>

</body>

</html>

what could be possibly be the problem?

Author
Account Strength
80%
Account Age
6 years
Verified Email
Yes
Verified Flair
No
Total Karma
251
Link Karma
97
Comment Karma
154
Profile updated: 1 day ago
Posts updated: 5 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
5 years ago